masaori335 opened a new pull request, #12529: URL: https://github.com/apache/trafficserver/pull/12529
We faced two issues with https://github.com/apache/trafficserver/pull/12502 deployment. A). client side connection is not closed when the client aborts during cache read B). HTTP/2 connection is closed if a stream is reset even if other streams are alive Approach for A). restore code prior to #12502 and narrow down condition to keep HttpSM running Approach for B). call `ProxyTransaction::do_io_shutdown()` instead of `NetVConnection::do_io_shutdown()` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
