summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_httpd.erl
diff options
context:
space:
mode:
authorFilipe David Borba Manana <fdmanana@apache.org>2011-05-23 10:56:08 +0000
committerFilipe David Borba Manana <fdmanana@apache.org>2011-05-23 10:56:08 +0000
commit1a4f2d8c5ef87933192125b3feb98eaaa33a7bbc (patch)
tree89657f44e39f9f1fa5e5a67b1f94dfb4ac4a654e /src/couchdb/couch_httpd.erl
parentee6bb16b53069e6b213d1314f78cde2bd648b069 (diff)
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. git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.1.x@1126428 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/couchdb/couch_httpd.erl')
0 files changed, 0 insertions, 0 deletions