You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2021/11/22 14:11:35 UTC

[GitHub] [trafficcontrol] zrhoffman commented on pull request #4074: Set Content-Length header in Traffic Router

zrhoffman commented on pull request #4074:
URL: https://github.com/apache/trafficcontrol/pull/4074#issuecomment-975568507


   Rebased to fix merge conflicts from #6008.
   
   As of f8dcdf2320, Traffic Router closes the connection once the response is sent, so if a user does `curl -X HEAD` (which would previously keep the connection alive, since `curl` expects to receive a request body and does not) instead of `curl --head`, Traffic Router won't keep the connection open for an additional 10 seconds.
   
   Undrafted, #4074 is ready for review.


-- 
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: issues-unsubscribe@trafficcontrol.apache.org

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