Gaurav Bansal
2017-07-14 07:37:29 UTC
hi all,
I want to get the total http response size (i.e. size of headers + body).
For this i tried using below two api's :
TSHttpTxnServerRespBodyBytesGet(txnp) //always returns 0
TSHttpTxnServerRespHdrBytesGet(txnp) //seems to work fine
Are there any known issues in using the first api ? Is there any alternate
way to get the total size (headers + body) ?
thanks,
gaurav
I want to get the total http response size (i.e. size of headers + body).
For this i tried using below two api's :
TSHttpTxnServerRespBodyBytesGet(txnp) //always returns 0
TSHttpTxnServerRespHdrBytesGet(txnp) //seems to work fine
Are there any known issues in using the first api ? Is there any alternate
way to get the total size (headers + body) ?
thanks,
gaurav