Should not send transfer-encoding: chunked to an HTTP/1.0 client.
-----------------------------------------------------------------

                 Key: COUCHDB-87
                 URL: https://issues.apache.org/jira/browse/COUCHDB-87
             Project: CouchDB
          Issue Type: Bug
          Components: HTTP Interface
    Affects Versions: 0.8
            Reporter: David Reid


Transfer-Encoding: chunked is only specified in HTTP/1.1 making it incorrect to 
send it to a client who advertises themselves as HTTP/1.0.

This currently causes Paisley which is an HTTP/1.0 client to hang waiting for 
CouchDB to sever the connection.  Which may indicate that CouchDB is also 
trying to use a persistent connection by default which is also not allowed in 
HTTP/1.0.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to