[ https://issues.apache.org/jira/browse/COUCHDB-461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Anderson resolved COUCHDB-461. ------------------------------------ Resolution: Fixed closed in r804087 and r804094 thanks for the patch! > attachments - handle correctly chunked encoding and Content-Length, send attachments unchunked > ---------------------------------------------------------------------------------------------- > > Key: COUCHDB-461 > URL: https://issues.apache.org/jira/browse/COUCHDB-461 > Project: CouchDB > Issue Type: Bug > Reporter: Benoit Chesneau > Fix For: 0.10 > > Attachments: attachments_get_length.diff, attachments_put_length.diff, chunked.diff, chunked2.diff > > > This patch allow couchdb to send attachments unchunked, instead, Content-Length is fixed and content is streamed. It also fix attachments PUT by detecting first if encoding is chunked then test the length witch is the standard way to do it. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.