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
