You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "maskit (via GitHub)" <gi...@apache.org> on 2023/06/06 22:20:12 UTC

[GitHub] [trafficserver] maskit commented on issue #9783: H3 session crash

maskit commented on issue #9783:
URL: https://github.com/apache/trafficserver/issues/9783#issuecomment-1579532273

   H3Transaction removes itself from `_transaction_list` by calling `H3Session::remove_transaction` in its destructor, but the destructor is not called because the transaction is still on going (i.e. HttpSM has not called `transaction_done`) although there's no traffic.
   
   We need to stop the transaction and delete the H3Transaction instance first if inactivity timeout kicks in.


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