Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Ubuntu 8.04
CouchDB trunk
Description
When the request is broken up as such:
Packet #1
-----------
PUT /db/doc HTTP/1.1
Transfer-Encoding:chunked
Content-Type:application/json
Host: localhost
Packet #2
------------------
1234
{
"ima" : "doc"
}
0
Mochi ignores the fact that Transfer-Encoding: chunked is set, and gives a 500 error after packet #1 before it receives packet #2.