This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push: new 150e2ce ws 150e2ce is described below commit 150e2cea71ec783087dbd644b97ab1f81a595d02 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu May 30 19:16:51 2019 +0100 ws --- java/org/apache/coyote/http2/Http2UpgradeHandler.java | 1 - 1 file changed, 1 deletion(-) diff --git a/java/org/apache/coyote/http2/Http2UpgradeHandler.java b/java/org/apache/coyote/http2/Http2UpgradeHandler.java index 22ea45f..8abd92b 100644 --- a/java/org/apache/coyote/http2/Http2UpgradeHandler.java +++ b/java/org/apache/coyote/http2/Http2UpgradeHandler.java @@ -1435,7 +1435,6 @@ public class Http2UpgradeHandler extends AbstractStream implements InternalHttpU } - @Override public void endRequestBodyFrame(int streamId) throws Http2Exception { Stream stream = getStream(streamId, true); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org