[
https://issues.apache.org/jira/browse/AXIS2C-378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12483872
]
Dinesh Premalal commented on AXIS2C-378:
----------------------------------------
Libcurl , Apache2 maintain keep alive connection without any problem. In normal
client also it opens a new connection every time, if we can ask to reuse the
connection instead, This issue will fix for normal (without libcurl) client
also.
> can't keep the connection alive for HTTP 1.1 on client side
> ------------------------------------------------------------
>
> Key: AXIS2C-378
> URL: https://issues.apache.org/jira/browse/AXIS2C-378
> Project: Axis2-C
> Issue Type: Bug
> Components: core/clientapi
> Affects Versions: 0.95
> Environment: Linux 2.4.21 working with Tomcat 5.5 server
> Reporter: Jason Liu
> Assigned To: Dinesh Premalal
> Fix For: 1.0.0
>
>
> I tried to use Axis2C' simaple axis2_http_server and echo client, on
> client-side I put
> ret_node = AXIS2_SVC_CLIENT_SEND_RECEIVE(svc_client, env, payload);
> in a whileloop to excute, there have same problem, not reuse connection. many
> connections with server would coming out checking by netstat
> It seems violate the HTTP1.1 semantics in HTTP client.
> the client should be supposed to keep the connection with HTTP
> connection-keep alive,
> but it is closing it.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]