You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/10/26 22:52:18 UTC

[GitHub] [trafficserver] bneradt opened a new pull request #8457: 8.1.x: Reject Transfer-Encoding in pre-HTTP/1.1 requests

bneradt opened a new pull request #8457:
URL: https://github.com/apache/trafficserver/pull/8457


   Per spec, Transfer-Encoding is only supported in HTTP/1.1. For earlier
   versions, we must reject Transfer-Encoding rather than interpret it
   since downstream proxies may ignore the chunk header and rely upon the
   Content-Length, or interpret the body some other way.  These differences
   in interpretation may open up the door to compatibility issues. To
   protect against this, we reply with a 4xx if the client uses
   Transfer-Encoding with HTTP versions that do not support it.


-- 
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: github-unsubscribe@trafficserver.apache.org

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



[GitHub] [trafficserver] bneradt merged pull request #8457: 8.1.x: Reject Transfer-Encoding in pre-HTTP/1.1 requests

Posted by GitBox <gi...@apache.org>.
bneradt merged pull request #8457:
URL: https://github.com/apache/trafficserver/pull/8457


   


-- 
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: github-unsubscribe@trafficserver.apache.org

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



[GitHub] [trafficserver] bneradt commented on pull request #8457: 8.1.x: Reject Transfer-Encoding in pre-HTTP/1.1 requests

Posted by GitBox <gi...@apache.org>.
bneradt commented on pull request #8457:
URL: https://github.com/apache/trafficserver/pull/8457#issuecomment-952455793


   [approve ci fedora]


-- 
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: github-unsubscribe@trafficserver.apache.org

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