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