bmistry13 edited a comment on pull request #431:
URL: https://github.com/apache/tomcat/pull/431#issuecomment-875851193
@markt-asf , Thank you I have tested it works with 9.0.50. What could
cause the following? HTTP2 request gets stalled due to reset:
I am occasionally running into following exception:
```
Caused by: java.io.IOException: Stream reset
at
org.apache.coyote.http2.Stream$StreamInputBuffer.doRead(Stream.java:1086)
at org.apache.coyote.Request.doRead(Request.java:640)
at
org.apache.catalina.connector.InputBuffer.realReadBytes(InputBuffer.java:317)
... 89 more
at
org.apache.catalina.connector.InputBuffer.realReadBytes(InputBuffer.java:317)
... 113 more
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]