Author: remm Date: Tue Mar 7 10:24:53 2017 New Revision: 1785821 URL: http://svn.apache.org/viewvc?rev=1785821&view=rev Log: Unlock a blocking read (with an IOE) when a stream exception occurs. The likely bad behavior is seen in many tests in the testsuite. Originally I think this is supposed to wait for a reset frame, but I don't really see a benefit.
Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1785821&r1=1785820&r2=1785821&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Tue Mar 7 10:24:53 2017 @@ -232,6 +232,9 @@ <code>NioEndpoint.stopLatch</code> to make the class easier to extend. (markt) </fix> + <fix> + Blocking read unlock when a stream exception occurs with HTTP/2. (remm) + </fix> </changelog> </subsection> <subsection name="Jasper"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org