Return-Path: Delivered-To: apmail-incubator-couchdb-dev-archive@locus.apache.org Received: (qmail 81895 invoked from network); 12 Nov 2008 20:40:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Nov 2008 20:40:36 -0000 Received: (qmail 28312 invoked by uid 500); 12 Nov 2008 20:40:42 -0000 Delivered-To: apmail-incubator-couchdb-dev-archive@incubator.apache.org Received: (qmail 28274 invoked by uid 500); 12 Nov 2008 20:40:42 -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 28263 invoked by uid 99); 12 Nov 2008 20:40:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Nov 2008 12:40:42 -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; Wed, 12 Nov 2008 20:39:30 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 44580234C25D for ; Wed, 12 Nov 2008 12:39:44 -0800 (PST) Message-ID: <2105425675.1226522384263.JavaMail.jira@brutus> Date: Wed, 12 Nov 2008 12:39:44 -0800 (PST) From: "Dean Landolt (JIRA)" To: couchdb-dev@incubator.apache.org Subject: [jira] Created: (COUCHDB-161) Range Request support for attachments MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Range Request support for attachments ------------------------------------- Key: COUCHDB-161 URL: https://issues.apache.org/jira/browse/COUCHDB-161 Project: CouchDB Issue Type: New Feature Components: HTTP Interface Reporter: Dean Landolt Support for byte ranges in attachment requests (a la http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35) would allow couch to be a more robust data store for media-heavy applications, for instance, streaming audio or video. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.