You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by GitBox <gi...@apache.org> on 2021/07/07 18:58:56 UTC

[GitHub] [tomcat] bmistry13 edited a comment on pull request #431: Bug 65426 - HTTP2 Request is Stalled due to Exception on Tomcat. (PING FRAME)

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: dev-unsubscribe@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org