moonchen commented on issue #12047:
URL: 
https://github.com/apache/trafficserver/issues/12047#issuecomment-2695853645

   Hi @wangchunpeng,
   
   As I understand it, ATS's behavior when handling a 304 Not Modified response 
from the origin is mostly the same whether using the Slice plugin or not. In 
both cases:
   
   -     A new metadata record is created for a "header update," only one per 
URL regardless of slicing.
   -     A subsequent client request requires two I/O reads per slice: one for 
the metadata and one for the body data.
   
   Are you seeing I/O overhead that is different for slicing, specifically when 
handling 304?
   
   
   


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