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/11/25 08:38:10 UTC

[GitHub] [trafficserver] fdiary commented on issue #8538: compress plugin compresses twice in case of successful POST request to a fresh cache existing URL

fdiary commented on issue #8538:
URL: https://github.com/apache/trafficserver/issues/8538#issuecomment-978954329


   Also, `remove-accept-encoding true` does NOT work for this 'POST request to a fresh cache existing URL' case.
   
   * GET (no cache) -> Accept-Encoding removed
   * GET (cache hit) -> Accept-Encoding removed
   * POST (cache hit, that will be invalidated) -> Accept-Encoding NOT removed
   * POST (no cache) -> Accept-Encoding removed
   


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