Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 13191 invoked from network); 20 Mar 2007 23:06:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Mar 2007 23:06:53 -0000 Received: (qmail 35271 invoked by uid 500); 20 Mar 2007 23:07:01 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 35106 invoked by uid 500); 20 Mar 2007 23:07:00 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 35095 invoked by uid 99); 20 Mar 2007 23:07:00 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Mar 2007 16:07:00 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Mar 2007 16:06:52 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 51887714070 for ; Tue, 20 Mar 2007 16:06:32 -0700 (PDT) Message-ID: <13329394.1174431992330.JavaMail.jira@brutus> Date: Tue, 20 Mar 2007 16:06:32 -0700 (PDT) From: "Samisa Abeysinghe (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Commented: (AXIS2C-378) can't keep the connection alive for HTTP 1.1 on client side In-Reply-To: <1575007.1161915796486.JavaMail.root@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2C-378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482582 ] Samisa Abeysinghe commented on AXIS2C-378: ------------------------------------------ Can this be achieved with LibCurl transport? If so we can close this issue out > 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 > 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: axis-c-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-c-dev-help@ws.apache.org