Return-Path: Delivered-To: apmail-incubator-couchdb-dev-archive@locus.apache.org Received: (qmail 7892 invoked from network); 6 Nov 2008 05:20:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Nov 2008 05:20:35 -0000 Received: (qmail 56232 invoked by uid 500); 6 Nov 2008 05:20:41 -0000 Delivered-To: apmail-incubator-couchdb-dev-archive@incubator.apache.org Received: (qmail 56194 invoked by uid 500); 6 Nov 2008 05:20:41 -0000 Mailing-List: contact couchdb-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-dev@incubator.apache.org Delivered-To: mailing list couchdb-dev@incubator.apache.org Received: (qmail 56178 invoked by uid 99); 6 Nov 2008 05:20:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Nov 2008 21:20:41 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Thu, 06 Nov 2008 05:19:32 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 45621234C278 for ; Wed, 5 Nov 2008 21:19:44 -0800 (PST) Message-ID: <2090096541.1225948784269.JavaMail.jira@brutus> Date: Wed, 5 Nov 2008 21:19:44 -0800 (PST) From: =?utf-8?Q?Ask_Bj=C3=B8rn_Hansen_=28JIRA=29?= To: couchdb-dev@incubator.apache.org Subject: [jira] Created: (COUCHDB-154) Support gzip content in POST requests MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Support gzip content in POST requests ------------------------------------- Key: COUCHDB-154 URL: https://issues.apache.org/jira/browse/COUCHDB-154 Project: CouchDB Issue Type: Improvement Components: HTTP Interface Affects Versions: 0.9 Reporter: Ask Bj=C3=B8rn Hansen When sending large amounts of data to CouchDB it'd be nice to have support = for Content-Encoding: gzip or Transfer-Encoding: gzip (in the client to ser= ver direction). --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.