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/02/03 20:17:27 UTC

[jira] Resolved: (COUCHDB-595) Expect/Continue support broken for non-chunked transfer uploads

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

Robert Newson resolved COUCHDB-595.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.11

> 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
>             Fix For: 0.11
>
>         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.