You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Pheewww (via GitHub)" <gi...@apache.org> on 2023/02/25 16:31:07 UTC

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

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

   @bryancall can i work on this?
   
   One possible cause of this error is that the client response header has already been released or is not available for some reason. To address this issue, you can add a check to ensure that the client response header is available before trying to retrieve it.
   
   Another possible cause of this error is that the TSHttpTxnClose hook is being called after the client response has already been closed. In this case, you may need to move the hook to an earlier point in the transaction flow where the client response header is still available.


-- 
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