You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2020/10/21 21:38:01 UTC

[GitHub] [trafficserver] vmamidi opened a new pull request #7287: option to disable compression for range request's response

vmamidi opened a new pull request #7287:
URL: https://github.com/apache/trafficserver/pull/7287


   Provide an option to disable compression for a request with Range header.


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

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



[GitHub] [trafficserver] zwoop commented on pull request #7287: option to disable compression for range request's response

Posted by GitBox <gi...@apache.org>.
zwoop commented on pull request #7287:
URL: https://github.com/apache/trafficserver/pull/7287#issuecomment-763830194


   Cherry-picked to v9.0.x branch.


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

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



[GitHub] [trafficserver] randall commented on pull request #7287: option to disable compression for range request's response

Posted by GitBox <gi...@apache.org>.
randall commented on pull request #7287:
URL: https://github.com/apache/trafficserver/pull/7287#issuecomment-720608573


   I'm just assuming this is too late for 9.0.


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

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



[GitHub] [trafficserver] vmamidi merged pull request #7287: option to disable compression for range request's response

Posted by GitBox <gi...@apache.org>.
vmamidi merged pull request #7287:
URL: https://github.com/apache/trafficserver/pull/7287


   


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

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



[GitHub] [trafficserver] ezelkow1 commented on pull request #7287: option to disable compression for range request's response

Posted by GitBox <gi...@apache.org>.
ezelkow1 commented on pull request #7287:
URL: https://github.com/apache/trafficserver/pull/7287#issuecomment-810338349


   Can we get a backport PR for 8.1.x for this?


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

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



[GitHub] [trafficserver] mlibbey commented on a change in pull request #7287: option to disable compression for range request's response

Posted by GitBox <gi...@apache.org>.
mlibbey commented on a change in pull request #7287:
URL: https://github.com/apache/trafficserver/pull/7287#discussion_r509786171



##########
File path: doc/admin-guide/plugins/compress.en.rst
##########
@@ -103,6 +103,12 @@ versions of the content as :term:`alternates <alternate>`. When set to
 ``false``, |TS| will cache only the compressed or decompressed variant returned
 by the origin. Enabled by default.
 
+range-request
+-----
+
+When set to ``true``, causes |TS| to compress responses to Range Requests.
+Disabled by default.

Review comment:
       Lets add:
   WARNING! Do NOT set this to ``true`` if cache is set to ``false``. This combination will deliver corrupt content.




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

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