can't keep the connection alive for HTTP 1.1 on client side
------------------------------------------------------------
Key: AXIS2C-378
URL: http://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
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.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]