[
https://issues.apache.org/jira/browse/TS-2699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13965791#comment-13965791
]
ASF subversion and git services commented on TS-2699:
-----------------------------------------------------
Commit d80ab011a852733fe33a7d7e212153c98e9560ee in trafficserver's branch
refs/heads/master from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=d80ab01 ]
TS-2699: Add TSClientProtoStackCreate API
Currently, plugin authors are expected to construct TSClientProtoStack
values by bitshifting them into their correct locations. This is
tedious likely to be error-prone. TSClientProtoStackCreate() accepts
a sequence of TSProtoType values, terminated by a TS_PROTO_NULL.
It combines the values and returns a TSClientProtoStack value that
describes the protocol layering of a client request.
> API to help construct protocol stacks
> -------------------------------------
>
> Key: TS-2699
> URL: https://issues.apache.org/jira/browse/TS-2699
> Project: Traffic Server
> Issue Type: New Feature
> Components: TS API
> Reporter: James Peach
> Assignee: James Peach
> Priority: Minor
> Fix For: 5.0.0
>
>
> Constructing a {{TSClientProtoStack}} requires plugin authors to bit shift in
> specific ways. We should add a helper API so that it is easy to get it right.
--
This message was sent by Atlassian JIRA
(v6.2#6252)