curl-library
multi transfer in curl 7.17.1 returned data and connect error`
From: Simcha Churaroo <Simcha_at_log-on.com>
Date: Mon, 19 Nov 2007 17:18:31 +0200
Received on 2007-11-19
Date: Mon, 19 Nov 2007 17:18:31 +0200
Hi,
My application requires to send many concurrent http requests.
I have been playing with the multi-app.c example program and I noticed
that on large number of requests/connections the following happenes:
1. My writeFunction callback is getting data
2. the curl_multi_info_read() returnes msg->data.result = 7 (connect
problem)
Thanks for anyone who can explain this.
Since I played with the source - I am attaching it.
Thanks,
Simcha
- application/octet-stream attachment: multi-app.cpp