[
https://issues.apache.org/jira/browse/COUCHDB-448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12755798#action_12755798
]
Robert Newson commented on COUCHDB-448:
---------------------------------------
A useful strategy is to compress the first few k and and then either compress
the whole thing or not based on the ratio. saves guessing based on mime type.
finally, a naive gzip is vulnerable to zip bombs, so google for that too. :)
> Support Gzip encoding for replicating over slow connections
> -----------------------------------------------------------
>
> Key: COUCHDB-448
> URL: https://issues.apache.org/jira/browse/COUCHDB-448
> Project: CouchDB
> Issue Type: Improvement
> Components: HTTP Interface
> Reporter: Jason Davies
> Assignee: Adam Kocoloski
>
> This shouldn't be too hard to add, we should support it in general for all
> HTTP requests to the server and also allow it to be enabled in the replicator
> client for pull/push replication.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.