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 (Created) (JIRA)" <ji...@apache.org> on 2012/03/07 15:18:58 UTC

[jira] [Created] (TS-1129) gzip (or deflate) plugin // the return

gzip (or deflate) plugin // the return
--------------------------------------

                 Key: TS-1129
                 URL: https://issues.apache.org/jira/browse/TS-1129
             Project: Traffic Server
          Issue Type: Improvement
          Components: Plugins
    Affects Versions: 3.0.2
            Reporter: Otto van der Schaaf
         Attachments: gzip.c

this is a more battle hardened version of the deflate compressor plugin we use in production for a few months now

// WHAT THIS PLUGIN DOES:
// in spite of its name, it compresses responses to the raw deflate format.
// it also normalizes the accept-encoding header from user agent requests 
// to either deflate or nothing. it compresses responses from origins only,
// though it can be modified easily to also compress contents from cache.
//
// MAJOR ISSUES:
// - there is an issue with *some* origins that send connection:close. 
//   the plugin will not execute in that situation as a temporary fix.
// - the workings of this plugin support our use case, but probably is not 
//   on size fits all. it shouldnt be too hard to adjust it to your own needs though.

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

        

[jira] [Updated] (TS-1129) gzip (or deflate) plugin // the return

Posted by "Otto van der Schaaf (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Otto van der Schaaf updated TS-1129:
------------------------------------

    Attachment: gzip.c
    
> gzip (or deflate) plugin // the return
> --------------------------------------
>
>                 Key: TS-1129
>                 URL: https://issues.apache.org/jira/browse/TS-1129
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Plugins
>    Affects Versions: 3.0.2
>            Reporter: Otto van der Schaaf
>              Labels: deflate, gzip, plugin
>         Attachments: gzip.c
>
>
> this is a more battle hardened version of the deflate compressor plugin we use in production for a few months now
> // WHAT THIS PLUGIN DOES:
> // in spite of its name, it compresses responses to the raw deflate format.
> // it also normalizes the accept-encoding header from user agent requests 
> // to either deflate or nothing. it compresses responses from origins only,
> // though it can be modified easily to also compress contents from cache.
> //
> // MAJOR ISSUES:
> // - there is an issue with *some* origins that send connection:close. 
> //   the plugin will not execute in that situation as a temporary fix.
> // - the workings of this plugin support our use case, but probably is not 
> //   on size fits all. it shouldnt be too hard to adjust it to your own needs though.

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

        

[jira] [Updated] (TS-1129) gzip (or deflate) plugin // the return

Posted by "Otto van der Schaaf (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Otto van der Schaaf updated TS-1129:
------------------------------------

    Attachment: gzip.txt

documentation
                
> gzip (or deflate) plugin // the return
> --------------------------------------
>
>                 Key: TS-1129
>                 URL: https://issues.apache.org/jira/browse/TS-1129
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Plugins
>    Affects Versions: 3.0.2
>            Reporter: Otto van der Schaaf
>            Assignee: Igor Galić
>              Labels: deflate, gzip, plugin
>         Attachments: gzip.c, gzip.txt
>
>
> this is a more battle hardened version of the deflate compressor plugin we use in production for a few months now
> // WHAT THIS PLUGIN DOES:
> // in spite of its name, it compresses responses to the raw deflate format.
> // it also normalizes the accept-encoding header from user agent requests 
> // to either deflate or nothing. it compresses responses from origins only,
> // though it can be modified easily to also compress contents from cache.
> //
> // MAJOR ISSUES:
> // - there is an issue with *some* origins that send connection:close. 
> //   the plugin will not execute in that situation as a temporary fix.
> // - the workings of this plugin support our use case, but probably is not 
> //   on size fits all. it shouldnt be too hard to adjust it to your own needs though.

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