Re: [trafficserver] branch master updated (c09723d -> b27cabf)

2016-09-13 Thread James Peach
What is TSRegisterProtocolTag for? Can we nuke it until it is implemented? > On Sep 13, 2016, at 7:37 AM, shinr...@apache.org wrote: > > This is an automated email from the ASF dual-hosted git repository. > > shinrich pushed a change to branch master > in repository https://git-dual.apache.org/r

Re: [trafficserver] branch master updated (c09723d -> b27cabf)

2016-09-13 Thread Alan Carroll
The point of TSRegisterProtocolTag() is for protocol based plugins to be able to put their tags in the table of protocol tags. The problem is that there is currently no mechanism for a protocol based plugin to get the Protocol Stack calls. It's a place holder for now because it's an API update.