[
https://issues.apache.org/jira/browse/COUCHDB-745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Newson resolved COUCHDB-745.
-----------------------------------
Fix Version/s: 1.0
0.11.1
(was: 0.11.2)
Resolution: Fixed
This was applied back in April by Adam.
commit e8f1ad6493c9bee70a0faab929e4f3a375fc0746
Author: Adam Kocoloski <[email protected]>
Date: Fri Apr 23 16:12:37 2010 +0000
identity transfer w/ Content-Length when possible. thx rnewson. COUCHDB-745
> 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
> Fix For: 1.0, 0.11.1
>
> Attachments: 0001-identity.patch,
> 0001-use-start_response_length-when-Len-is-known.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.