masaori335 opened a new issue #6983: URL: https://github.com/apache/trafficserver/issues/6983
After #6936 (backporting #6364) on the 8.1.x branch, we faced a bunch of HTTP/2 errors. It looks like the number of open streams becomes wrong on long-living connections and it's trigger of these errors. ``` HTTP/2 stream error code=0x07 recv headers creating inbound stream beyond max_concurrent limit HTTP/2 stream error code=0x01 recv headers malformed request HTTP/2 stream error code=0x07 refused to create new stream, because ua_session is in half_close state HTTP/2 stream error code=0x05 recv data stream closed ``` When we revert the commit (cee4fcbc2328ff7882c2c31c18956661772e31a4), these errors are gone. An odd thing is we don't see these errors on our 9.0.x deployment. (it's crashing frequently, though) Is 8.1.x missing some commit which 9.0.x has? ---------------------------------------------------------------- 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]
