[ 
https://issues.apache.org/jira/browse/TS-2610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13931343#comment-13931343
 ] 

ASF subversion and git services commented on TS-2610:
-----------------------------------------------------

Commit f914a62fc3fc1f3d552b48dd7d6ca1283fb8c776 in trafficserver's branch 
refs/heads/master from [~yunkai]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=f914a62 ]

TS-2610: Add "client_protocol_stack"(%<cps>) field into LogFormat

The output of %<cps> field would be the conjunction of protocol names
in client protocol stack spliced with '+', such as "TLS+SPDY".

Signed-off-by: Yunkai Zhang <qiushu....@taobao.com>


> Add "client_protocol_stack", %<cps> field into LogFormat
> --------------------------------------------------------
>
>                 Key: TS-2610
>                 URL: https://issues.apache.org/jira/browse/TS-2610
>             Project: Traffic Server
>          Issue Type: New Feature
>          Components: Logging
>            Reporter: Yunkai Zhang
>            Assignee: Yunkai Zhang
>              Labels: review
>             Fix For: 5.0.0
>
>         Attachments: 
> 0005-TS-2610-Add-client_protocol_stack-cps-field-into-Log.patch
>
>
> This ticket was split from SPDY ticket(TS-2431), and it relys on the patch of 
> TS-2612.
> Add "client_protocol_stack"(%<cps>) field into LogFormat.
> The *Client Protocol Stack* is usually composed by *transport protocol*(UDP, 
> TCP, TLS, ...) and *application protocol*(HTTP, SPDY, RTMP, WebSocket, ...).
>     
> The output of %<cps> field would be the conjunction of protocol names in 
> client protocol stack spliced with '+', such as 
> {code}
> "HTTP"         // "TCP" is the defualt transport protocol, would be omitted 
> by default.
> "TLS+SPDY"
> "TLS+HTTP"
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to