You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Robert Newson (JIRA)" <ji...@apache.org> on 2010/04/20 11:39:06 UTC

[jira] Updated: (COUCHDB-745) use identity transfer for uncompressed attachments

     [ https://issues.apache.org/jira/browse/COUCHDB-745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Newson updated COUCHDB-745:
----------------------------------

    Attachment: 0001-identity.patch

> use identity transfer for uncompressed attachments
> --------------------------------------------------
>
>                 Key: COUCHDB-745
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-745
>             Project: CouchDB
>          Issue Type: Improvement
>          Components: Database Core
>    Affects Versions: 0.11
>            Reporter: Robert Newson
>         Attachments: 0001-identity.patch
>
>
> Attached is a patch to use identity transfer encoding when attachments are not compressed. This re-adds an accurate Content-Length encoding which, if applied, is the only HTTP compliant way to find the length of an attachment (I think). the only other way at present is to read the document and parse the _attachments object.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.