Re:

2013-05-27 Thread David Strauss
On Fri, May 24, 2013 at 7:28 AM, Venkatesh Prabu Narayanan wrote: > The problem I faced here is, after sending the final block of data, I return > 0 to the call back function. But still curl_easy_perform() doesn't return > instead it is still hanging in this function and leaves the socket > connec

Re: header functions and error response headers

2013-05-27 Thread David Strauss
On Mon, May 27, 2013 at 11:33 AM, Mohammad_Alsaleh wrote: > Am I doing something wrong? Instead of expecting it as a header, you should read the code using curl_easy_getinfo() with CURLINFO_RESPONSE_CODE [1], assuming curl_easy_perform() returns CURLE_OK. [1] http://curl.haxx.se/libcurl/c/curl_e

Re: unable to connect to proxy using libcurl with --enable-proxy

2013-05-27 Thread Chris Ghormley
On Sat, 25 May 2013 23:06:26 +0200, Daniel Stenberg wrote: >>--disable-nonblocking \ > This doesn't exist in 7.30.0, does it? Good point. My configure script was written back in 2009. Fixed. >>--disable-verbose \ > This will seriously decrease your abilities to figure out what libcurl does.

Re: gmane.comp.web.curl.library claims to be readonly.

2013-05-27 Thread Daniel Stenberg
On Mon, 27 May 2013, John E. Malmberg wrote: I tried posting a few days ago to the gmane.comp.web.curl.library newsgroup as per my usual practice and it got refused claiming that the newsgroup is now read-only. "A News (NNTP) error occurred: gmane.comp.web.curl.library is unidirectional" W

header functions and error response headers

2013-05-27 Thread Mohammad_Alsaleh
Hello. Error response headers (e.g. 404) seem to be not passed to the header function here. They don't show up in libcurl verbose output either. Am I doing something wrong? --- List admin: http://cool.haxx.se/list/listinfo/curl-libra

gmane.comp.web.curl.library claims to be readonly.

2013-05-27 Thread John E. Malmberg
I tried posting a few days ago to the gmane.comp.web.curl.library newsgroup as per my usual practice and it got refused claiming that the newsgroup is now read-only. "A News (NNTP) error occurred: gmane.comp.web.curl.library is unidirectional" Was this an intentional change or is something b

Re: Building libcurl on OpenVMS Alpha and Itanium

2013-05-27 Thread John E. Malmberg
[Previous reply did not seem to make it to the list. I assume it is in a moderator hold, and the moderator can discard it in favor of this reply] On 5/25/2013 11:36 AM, Brad Coish wrote: Hi John, Thanks for the response. We recently switched to a cluster system and the DSA0 is a logical we h

Re: php curl_exec stopped

2013-05-27 Thread Asaf Cohen
Hi Daniel, Thanks for your reply! I will post it to the right forum as well. curl version is 7.19.7 my posts requests are only HTTPS, but I don't verify the certificate Thanks. AC On Mon, May 27, 2013 at 12:20 AM, Daniel Stenberg wrote: > On Sun, 26 May 2013, Asaf Cohen wrote: > > I'm