markt-asf commented on PR #676:
URL: https://github.com/apache/tomcat/pull/676#issuecomment-1790213186

   No, this PR will not be applied. Applications should not be setting the 
Transfer-Encoding header. Or the Connection header for that matter.
   
   If you want to strongly suggest to the container that chunked encoding 
should be used,  set the headers (with no Content-Length) and then flush the 
response before writing the response body.


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