You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Otto van der Schaaf (JIRA)" <ji...@apache.org> on 2012/08/22 21:32:42 UTC

[jira] [Comment Edited] (TS-1414) make the gzip plugin actually support gzip, next to deflate

    [ https://issues.apache.org/jira/browse/TS-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13439783#comment-13439783 ] 

Otto van der Schaaf edited comment on TS-1414 at 8/23/12 6:31 AM:
------------------------------------------------------------------

this patch includes all changes from the previously attached patch, and the following improvements and fixed:


- added an option to remove accept encoding from the origin request (for offloading/for when responses need to be parsed,  and the compression/decompression that would ensue would just be wasting using cpu cycles)
- added transforming uncompressed documents from cache
- fix: do not alter weak etags 
- added an option to specify if an alternate should be saved for the compressed document
- now prefers gzip over raw deflate. maybe raw deflate should just be dropped (http://www.vervestudios.co/projects/compression-tests/results)
- most of the above is now controlled through defines 
- next up will be configuration and a some cleanup/refactoring

                
      was (Author: oschaaf):
    this patch includes all changes from the previously attached patch, and the following improvements and fixed:


- added an option to remove accept encoding from the origin request
	- for offloading
	- for when responses need to be parsed, 
	  and the compression/decompression that would ensue would just be wasting using cpu cycles
- added transforming uncompressed documents from cache
- fix: do not alter weak etags 
- added an option to specify if an alternate should be saved for the compressed document
- now prefers gzip over raw deflate. maybe raw deflate should just be dropped (http://www.vervestudios.co/projects/compression-tests/results)
- most of the above is now controlled through defines 
- next up will be configuration and a some cleanup/refactoring

                  
> make the gzip plugin actually support gzip, next to deflate
> -----------------------------------------------------------
>
>                 Key: TS-1414
>                 URL: https://issues.apache.org/jira/browse/TS-1414
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Plugins
>            Reporter: Otto van der Schaaf
>         Attachments: gzip_support_and_more.diff, gzip_support.diff
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira