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

Brian Geffon commented on TS-2411:
----------------------------------

Nope, I started looking into this but dropped it, I can try to pick it up in 
two weeks or so.

> TS Http byte get functions does not return the true number, for server 
> response body byte get
> ---------------------------------------------------------------------------------------------
>
>                 Key: TS-2411
>                 URL: https://issues.apache.org/jira/browse/TS-2411
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: HTTP
>            Reporter: Roee Gil
>            Assignee: Brian Geffon
>              Labels: api-change
>             Fix For: 5.0.0
>
>
> When using the example of null-transform, adding TS_EVENT_HTTP_TXN_CLOSE to 
> hooks, and counting byte number, I get:
> // server -> proxy
> TSHttpTxnServerRespHdrBytesGet(txnDB);
> TSHttpTxnServerRespBodyBytesGet(txnDB);
> // proxy -> client
> TSHttpTxnClientRespHdrBytesGet(txnDB);
> TSHttpTxnClientRespBodyBytesGet(txnDB);
> 1. server side response body = 0
> 2. client side response body = (payload size)
> when inspecting this issue, it seems that VConnection is downloading the 
> content but, this does not count in server response byte get



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

Reply via email to