Re: //Re: find a bug when i use libcurl 7.19.7

2013-04-13 Thread Kamil Dudka
On Saturday, April 13, 2013 20:13:32 lizhibao wrote: > there is no issue in libcurl 7.30.0. > > new library has fixed the socket problem? It is not clear from your description what "the socket problem" actually is. Are you able to repeat the problem using the curl tool against a publicly avail

//Re: find a bug when i use libcurl 7.19.7

2013-04-13 Thread lizhibao
于 2013-04-13 18:01, Kamil Dudka 写道: > On Saturday, April 13, 2013 17:23:45 lizhibao wrote: >> curl 7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.13.1.0 >> zlib/1.2.3 libidn/1.18 libssh2/1.2.2 > Are you able to communicate properly with that server using a newer version > of libcurl? > > Ka

Re: find a bug when i use libcurl 7.19.7

2013-04-13 Thread Kamil Dudka
On Saturday, April 13, 2013 17:23:45 lizhibao wrote: > curl 7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.13.1.0 > zlib/1.2.3 libidn/1.18 libssh2/1.2.2 Are you able to communicate properly with that server using a newer version of libcurl? Kamil ---

find a bug when i use libcurl 7.19.7

2013-04-13 Thread lizhibao
bug description: when i start my app, use curl_easy_perform() to first send a message to server, but always return 55(Failed sending data to the peer), but wireshark capture the http post request message has send to server, the response message from server is already arrived client, and then, sece