esmq2092 opened a new issue, #11738:
URL: https://github.com/apache/trafficserver/issues/11738

   i know there are three ways that http1.1 can use to tell the size of message 
body,
   
   - Connection: close
   - Content-Length: xxx
   - Transfer-Encoding: chunked
   
   after upgrading to trafficserver v9.2.5, 
   
   in  http1.1 scenario,chunk encoding is disabled while compress plugin is 
loaded,
   trafficserver always actively close the connection,by doing so it can tell 
the size of message body without return  Content-Length header,
   
   for previous versions, at least v8.1.11,trafficserver prefer to use 
keep-alive connection with content-length header,and i think that is the more 
suitable way。
   
   <img width="620" alt="image" 
src="https://github.com/user-attachments/assets/ddf14e6c-57b6-4a8d-8f96-7c142dfe98da";>
   
   <img width="680" alt="image" 
src="https://github.com/user-attachments/assets/c0a585bd-59ea-426f-85df-1114aca425d5";>
   
   
   


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