cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: persistent connections in multi interface

From: Yamin Zhou <yamin_at_mavenir.com>
Date: Thu, 11 Aug 2011 19:32:29 +0000

> Can you please show us VERBOSE outputs from your program, or show us the full
> source of a small application that can repeat your problem?

Curl verbose output as below ...

* About to connect() to 172.24.3.139 port 8086 (#0)
* Trying 172.24.3.139... * Connected to 172.24.3.139 (172.24.3.139) port 8086 (#0)
> POST /wsd/services/ShService HTTP/1.1
Host: 172.24.3.139:8086
Accept: */*
Connection: keep-alive
Content-Type: application/soap+xml; charset=utf-8
SOAPAction:""
Content-Length: 2827

< HTTP/1.1 200 OK
< Date: Tue, 22 Mar 2011 03:31:48 GMT
< Connection: Keep-Alive
< Content-type: application/soap+xml
< Content-length: 912
<
* Expire cleared
* Connection #0 to host 172.24.3.139 left intact
* Re-using existing connection! (#0) with host 172.24.3.139
* Connected to 172.24.3.139 (172.24.3.139) port 8086 (#0)
> POST /wsd/services/ShService HTTP/1.1
Host: 172.24.3.139:8086
Accept: */*
Connection: keep-alive
Content-Type: application/soap+xml; charset=utf-8
SOAPAction:""
Content-Length: 2831

* Connection died, retrying a fresh connect
* Closing connection #0
* Issue another request to this URL: 'http://172.24.3.139:8086/wsd/services/ShService'
* About to connect() to 172.24.3.139 port 8086 (#0)
* Trying 172.24.3.139... * About to connect() to 172.24.3.139 port 8086 (#1)
* Trying 172.24.3.139... * Connected to 172.24.3.139 (172.24.3.139) port 8086 (#1)
> POST /wsd/services/ShService HTTP/1.1
...
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2011-08-11