maskit opened a new pull request #7594: URL: https://github.com/apache/trafficserver/pull/7594
While I was looking into #7471, I realized that `Http2ClientSession::do_io_close` is not called if clients send GOAWAY. Calling `do_io_close` is not equivalent to calling `HTTP2_SESSION_EVENT_FINI` event handler, and touching this area is always scary, but I don't think we should skip `do_io_close`. In case this change causes something we should keep `do_io_close` and fix the new issue. ---------------------------------------------------------------- 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]
