[
https://issues.apache.org/jira/browse/COUCHDB-595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12792655#action_12792655
]
Benoit Chesneau commented on COUCHDB-595:
-----------------------------------------
answering myself, using recv(0) allow us to get any size of attachment. If we
limit the size we could use recv_body though.
> Expect/Continue support broken for non-chunked transfer uploads
> ---------------------------------------------------------------
>
> Key: COUCHDB-595
> URL: https://issues.apache.org/jira/browse/COUCHDB-595
> Project: CouchDB
> Issue Type: Bug
> Components: Database Core
> Reporter: Robert Newson
> Attachments: couchdb_att_100_continue.patch,
> couchdb_att_100_continue2.patch
>
>
> CouchDB does not send the "HTTP/1.1 100 CONTINUE\r\n" line in response to a
> request with header "Expect: 100-continue". It does do so for chunked
> transfer mode, so correct expect/continue behavior can be achieved by forcing
> chunked mode, even when the exact length of the body is known.
> mochiweb_request.erl's recv/1 method does not send the header, but
> stream_body/4 does.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.