HttpClient does not specify the connection close parameter
----------------------------------------------------------

                 Key: THRIFT-1154
                 URL: https://issues.apache.org/jira/browse/THRIFT-1154
             Project: Thrift
          Issue Type: Bug
          Components: Cocoa - Library
    Affects Versions: 0.6
            Reporter: Usman Ismail
            Assignee: Usman Ismail
             Fix For: 0.6.1
         Attachments: ConnectionClose.patch

THttpClient.m builds a header fort he http request in the flush method but it 
does not set the Connection: Close header which means the client wait for EOF 
until the server closes the socket. This will slow all requests.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to