Author: remm Date: Tue Mar 7 12:13:42 2017 New Revision: 1785832 URL: http://svn.apache.org/viewvc?rev=1785832&view=rev Log: Revert patch: the fix doesn't work if running more than one test (tested with http2.TestHttp2Section_6_9).
Modified: tomcat/trunk/java/org/apache/coyote/http2/Stream.java tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/java/org/apache/coyote/http2/Stream.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/http2/Stream.java?rev=1785832&r1=1785831&r2=1785832&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/coyote/http2/Stream.java (original) +++ tomcat/trunk/java/org/apache/coyote/http2/Stream.java Tue Mar 7 12:13:42 2017 @@ -470,10 +470,6 @@ class Stream extends AbstractStream impl } else { handler.closeConnection(http2Exception); } - // Reads wait internally so need to call a method to break the wait() - if (inputBuffer != null) { - inputBuffer.receiveReset(); - } } Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1785832&r1=1785831&r2=1785832&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Tue Mar 7 12:13:42 2017 @@ -232,9 +232,6 @@ <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