shukitchan commented on issue #8291:
URL: https://github.com/apache/trafficserver/issues/8291#issuecomment-908375204


   I don't think the ESI plugin currently supports the If-None-Match scenario. 
It can only transform a response from origin or a response from the cache. When 
status 304 is returned from origin, the body is empty and so there is nothing 
to transform. 
   
   you can instead try to remove "If-None-Match" header in the send request 
hook and so your origin will then not be able to send back 304 response. 


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