david187 commented on issue #9596:
URL: https://github.com/apache/trafficserver/issues/9596#issuecomment-1506231474

   Is it possible to keep specify sub-document headers( such as etag, 
cache-control, last-modified ) somewhere.
   
   or combo the specify headers as:
   X-ESI-Etags: <master document etag>, <sub-document etag 1>, <sub-document 
etag 2>...
   X-ESI-Last-Modified: <the lastest last-modified value of master and 
sub-documents >
   X-ESI-Cache-Control: <public | private>, max-age=<the smallest max-age value 
of master and sub-documents>
   
   
https://github.com/apache/trafficserver/blob/0e9ff8271811a46b46825fe22a272347b64df078/plugins/esi/combo_handler.cc#L266
   
    It will be useful for parent / multiple layer caching.


-- 
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-unsubscr...@trafficserver.apache.org

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

Reply via email to