You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/08/30 14:09:37 UTC

[GitHub] [trafficserver] shukitchan commented on issue #8291: ESI include does not process during getting 304 header

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

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