masaori335 commented on issue #7102:
URL: https://github.com/apache/trafficserver/issues/7102#issuecomment-673273834
> ```
> [23] = {
> location = (file = "HttpSM.cc", func = "tunnel_handler", line = 2935)
> event = 106
> reentrancy = 1
> }
> ```
It looks like the transaction is done, but the `Http2Stream` is still in the
`stream_list` and active timeout is not canceled.
Probably, we need to cancel active & inactive timeouts in
`Http2Stream::transaction_done()` or `Http2Stream::do_io_close()`.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]