You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/10/19 00:16:31 UTC

[GitHub] [trafficserver] ywkaras commented on issue #6560: Get ClientRespHeader failed in TSHttpTxnClose Hook

ywkaras commented on issue #6560:
URL: https://github.com/apache/trafficserver/issues/6560#issuecomment-946263305


   Did this happen in an optimized or a debug build?  In an optimized build, TSAssert() is optimized out, so TSHttpTxnClientRespGet may have returned TS_ERROR.  I don't think ClientRestGet will always return TS_SUCCESS in the close hook unless you are adding the continuation in the SEND_RESPONSE_HDR hook.   Have you seen this problem in ATS9?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org