Skip to content

Commit

Permalink
Align 9.0.x and 8.5.x.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1751536 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
markt-asf committed Jul 5, 2016
1 parent d16655d commit 90f47d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/org/apache/coyote/http2/Stream.java
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ boolean push(Request request) throws IOException {
}


private static void push(Http2UpgradeHandler handler, Request request, Stream stream)
private static void push(final Http2UpgradeHandler handler, final Request request, final Stream stream)
throws IOException {
if (org.apache.coyote.Constants.IS_SECURITY_ENABLED) {
try {
Expand Down

0 comments on commit 90f47d8

Please sign in to comment.