pirateskipper commented on a change in pull request #277:
URL: https://github.com/apache/tomcat/pull/277#discussion_r694075997



##########
File path: java/org/apache/coyote/Response.java
##########
@@ -435,6 +435,20 @@ private boolean checkSpecialHeader( String name, String 
value) {
                 return false;
             }
         }
+
+        if (outputBuffer instanceof Http2OutputBuffer && 
name.equalsIgnoreCase("Connection") ) {

Review comment:
       `if (outputBuffer instanceof Http2OutputBuffer && 
"Connection".equalsIgnoreCase(name) ) {`




-- 
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-unsubscr...@tomcat.apache.org

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



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

Reply via email to