shinrich commented on pull request #7258: URL: https://github.com/apache/trafficserver/pull/7258#issuecomment-708400871
Pushed another commit. After running the previous box overnight, the http2 current stream count was stuck again at 0 which implies that path was still over decrementing. I assume that destroy is being called in cases were the stream object created but new_transaction is never called. So moved that logic into transaction_done as it is for http1. That kind of lines up with your suggestion @maskit that we push this logic up into the same place for all versions. So a super class transaction_done method might do it. Will go ahead and push up another commit with HTTP/3 addressed. ---------------------------------------------------------------- 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]
