bryancall commented on issue #1651:
URL: https://github.com/apache/trafficserver/issues/1651#issuecomment-4825222935

   Thanks for the detailed write-up. Tracing the current code, the difference 
you saw is intentional: on a cache miss ATS doesn't trust the origin's 
`Content-Length` on the wire so it chunks (or closes the connection), but on a 
cache hit it knows the exact object size and can send a proper 
`Content-Length`. That miss-vs-hit difference is by design.
   
   Separately, the `chunking_enabled` values 2 and 3 documented in records.yaml 
are no longer honored distinctly by the code (it treats the setting as on/off), 
which looks like a docs issue worth fixing on its own. Closing this as 
not-a-bug; happy to reopen if you're seeing behavior beyond what's documented.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to