[ 
https://issues.apache.org/jira/browse/THRIFT-1153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022909#comment-13022909
 ] 

David Reiss commented on THRIFT-1153:
-------------------------------------

I'm confused.  We don't want to close the connection.  We want to keep it open 
for potential future requests.

> HttpClient does not specify the connection close parameter
> ----------------------------------------------------------
>
>                 Key: THRIFT-1153
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1153
>             Project: Thrift
>          Issue Type: Bug
>          Components: C++ - Library
>    Affects Versions: 0.6
>            Reporter: Usman Ismail
>            Assignee: Usman Ismail
>              Labels: c++, http, httpclient, network
>             Fix For: 0.6.1
>
>         Attachments: ConnectionClose.patch
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> THttpClient.cpp 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