cURL / Mailing Lists / curl-library / Single Mail

curl-library

the connection ID Number increase always..

From: dfgfgdf sdfsdf <diydiy_at_gmx.de>
Date: Mon, 15 Apr 2013 03:39:16 +0200 (CEST)
Hello guys,
 
i use libcurl to fetch the html-infos from a certaini web-page, and all functions work well. Thanks!
But i notice that :
In my infinite Loop the connection ID which start with"#" increase always, even the connection is closed later! And it may exceed the max-Integer of my Linux in future?
 
* About to connect() to 192.168.1.100 port 80 (#102002)
*   Trying 192.168.1.100...
* Connected to 192.168.1.100 (192.168.1.100) port 80 (#102002)
> POST /servlet/MIMEReceiveServlet HTTP/1.1
Host: 192.168.1.100
Accept: */*
Content-type:text/xml
Content-Length: 4052
* upload completely sent off: 4052 out of 4052 bytes
< HTTP/1.1 302 Object moved
< Server: NetBox Version 2.8 Build 4128
< Date: Mon, 15 Apr 2013 01:35:37 GMT
< Connection: Keep-Alive
< Location: /servlet/MIMEReceiveServlet/
< Content-Length: 208
< Content-Type: text/html
<
* Ignoring the response-body
* Closing connection 102002
 

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2013-04-15