Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 29011 invoked from network); 4 Aug 2009 16:00:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Aug 2009 16:00:33 -0000 Received: (qmail 852 invoked by uid 500); 4 Aug 2009 16:00:38 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 761 invoked by uid 500); 4 Aug 2009 16:00:38 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 751 invoked by uid 99); 4 Aug 2009 16:00:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Aug 2009 16:00:38 +0000 X-ASF-Spam-Status: No, hits=-1998.8 required=10.0 tests=ALL_TRUSTED,FS_REPLICA X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Aug 2009 16:00:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E687A234C046 for ; Tue, 4 Aug 2009 09:00:15 -0700 (PDT) Message-ID: <1115482840.1249401615943.JavaMail.jira@brutus> Date: Tue, 4 Aug 2009 09:00:15 -0700 (PDT) From: "Jason Davies (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Created: (COUCHDB-448) Support Gzip encoding for replicating over slow connections MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org 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 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.