[PATCH] http: print reason phrase from HTTP status line on error

2012-07-20 Thread Kamil Dudka
Bug: https://bugzilla.redhat.com/676596 --- RELEASE-NOTES |2 ++ lib/http.c| 33 +++-- 2 files changed, 33 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index bb26424..26921dc 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -19,6

OpenSSL: Multiple CA paths

2012-07-20 Thread pcworld
Hello, is it currently possible to set multiple paths in CURLOPT_CAPATH, or any other way to achieve this? Thanks! --- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html

FW: curl 7.21.0 SMTP - duplication of login credentials

2012-07-20 Thread Alona Rossen
From: Alona Rossen Sent: July-19-12 10:26 AM To: 'libcurl development' Subject: curl 7.21.0 SMTP - duplication of login credentials Hello, We observed duplication of user name when sending emails via SMTP protocol with curl 7.21.0. What is interesting is that this duplication is observed

Re: MSYS/MinGW autobuilds

2012-07-20 Thread Guenter
Hi all, Am 15.07.2012 01:26, schrieb Guenter: I poked some more with the MSYS/MinGW autobuilds, and here are some results ... 1) the unit tests dont compile unless I give --disable-shared: http://curl.haxx.se/dev/log.cgi?id=20120714220624-26559#prob1 I guess we need to add -DCURL_STATICLIB to

RE: curl 7.21.0 SMTP - duplication of login credentials

2012-07-20 Thread Steve Holme
Hi Alona, We observed duplication of user name when sending emails via SMTP protocol with curl 7.21.0. I believe a response to your original email was posted yesterday by another user. If you are still having issues could you please respond to that message with more details and whether you

Re: OpenSSL: Multiple CA paths

2012-07-20 Thread Daniel Stenberg
On Fri, 20 Jul 2012, pcworld wrote: is it currently possible to set multiple paths in CURLOPT_CAPATH, or any other way to achieve this? No. OpenSSL only allows a single path or a single file. -- / daniel.haxx.se --- List

Re: What is the best way to debug this?

2012-07-20 Thread Daniel Stenberg
On Thu, 19 Jul 2012, Igor Korot wrote: Can you please be more specific? What are you asking about? I'm referring to the following in one of the previous E-mails in this thread: [quote] I don't know even a tiny bit of that language/environment, and I don't think it is very libcurl

Re: What is the best way to debug this?

2012-07-20 Thread Igor Korot
OK, thank you. On Fri, Jul 20, 2012 at 1:24 PM, Daniel Stenberg dan...@haxx.se wrote: On Thu, 19 Jul 2012, Igor Korot wrote: Can you please be more specific? What are you asking about? I'm referring to the following in one of the previous E-mails in this thread: [quote] I don't know

Re: Unit tests with several responses

2012-07-20 Thread Dan Fandrich
On Fri, Jul 20, 2012 at 02:15:46AM +, Joe Mason wrote: dataNUM Send back this contents instead of the data one. The num is set by: A) The test number in the request line is 1 and this is the remainder of [test case number]%1. So I have sections data1, data2, data3, and in the

Re: HTTPS via schannel not working with multi-interface

2012-07-20 Thread Nick Zitzmann
On Jul 16, 2012, at 8:36 PM, Nick Zitzmann wrote: Never mind! I have a patch for this that fixes the problem so curl_multi won't freeze anymore. I tested it with the 10-at-a-time example, and it passed this time. I posted the patch to fix the curl_multi problem when building