/[Apache-SVN]
ViewVC logotype

Revision 1126431


Jump to revision: Previous Next
Author: fdmanana
Date: Mon May 23 11:05:26 2011 UTC (12 years, 11 months ago)
Changed paths: 2
Log Message:
Merged revision 1126426 from trunk

   Fix timing issues in the doc PUT multipart/related API

   Two issues were present:

   1) the handler replied to the request before the multipart parser consumed
     all the request's data, causing a subsequent request in the same connection
     to consume the remaining data from the multipart/related request;
   2) the data function passed to the multipart parser could consume, and
     discard, all or part of the data from a subsequent request in the same
     connection.

   This closes COUCHDB-1174.



Changed paths

Path Details
Directorycouchdb/branches/1.0.x/src/couchdb/couch_doc.erl modified , text changed
Directorycouchdb/branches/1.0.x/src/couchdb/couch_httpd_db.erl modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26