arkanovicz opened a new pull request #277:
URL: https://github.com/apache/tomcat/pull/277


   Connection headers like `Connection: keep-alive` are invalid in HTTP/2.0, 
and some clients (like Safari or curl) are very touchy about it.
   
   When an application component adds the typical HTTP/1.x "Connection: 
keep-alive" header to the response, despite the component's good intention, the 
header is faulty in HTTP/2.0 and SHOULD always be filtered.
   
   The current implementation emits a warning in the logs only once per 
instance.
   
   


----------------------------------------------------------------
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.

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