| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-library Mailing List Archives
Re: easy API: curl_easy_perform() doesn't return after receiving all data
From: James Buchanan <software.au_at_gmail.com>
Date: Wed, 15 Nov 2006 15:12:41 +1100
Hi Daniel,
> > CURL info: select/poll returned error
I'm not getting this error anymore, but here is a typical run showing
C:\build\testcurl7-debug\debug>testcurl7-debug.exe
< HTTP/1.1 200 OK
C:\build\testcurl7-debug\debug>
It seems to me from tracing through that Google sends back
But, in transfer.c, where we have:
switch (Curl_select(fd_read, fd_write, interval_ms)) {
Curl_select returns 2, and then:
default: /* readable descriptors */
result = Curl_readwrite(conn, &done);
result is CURLE_SEND_ERROR.
But this is after all data is sent and received, so I'm not sure why
Maybe after Google sends the 0, CURL says I've got no more stuff to
Attached is a minimal test programme that I used on Win32 for tracing
Best,
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info