Return-Path: Delivered-To: apmail-incubator-couchdb-dev-archive@locus.apache.org Received: (qmail 82568 invoked from network); 12 Nov 2008 20:42:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Nov 2008 20:42:05 -0000 Received: (qmail 29740 invoked by uid 500); 12 Nov 2008 20:42:12 -0000 Delivered-To: apmail-incubator-couchdb-dev-archive@incubator.apache.org Received: (qmail 29470 invoked by uid 500); 12 Nov 2008 20:42:12 -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 29459 invoked by uid 99); 12 Nov 2008 20:42:12 -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:42:12 -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:41:00 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 45DEF234C25D for ; Wed, 12 Nov 2008 12:41:44 -0800 (PST) Message-ID: <2029535366.1226522504270.JavaMail.jira@brutus> Date: Wed, 12 Nov 2008 12:41:44 -0800 (PST) From: "Dean Landolt (JIRA)" To: couchdb-dev@incubator.apache.org Subject: [jira] Updated: (COUCHDB-161) Range Request support for attachments In-Reply-To: <2105425675.1226522384263.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COUCHDB-161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dean Landolt updated COUCHDB-161: --------------------------------- Priority: Minor (was: Major) Whoops -- forgot to change the priority from major. > 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 > Priority: Minor > > 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.