Re: Can't link static library on ubuntu

2012-07-25 Thread Doug
Yep, build successfully against openssl-1.0.1c. On Wed, Jul 25, 2012 at 1:52 PM, Doug douglas.lin...@gmail.com wrote: Hm, having another problem. This time it's this error when I try to link on 64-bit ubuntu: moaideps/3rdparty/curl/curl-7.26.0/lib/.libs/libcurl.a(libcurl_la-ssluse.o): In

RE: HTTP Pipelining Contributions

2012-07-25 Thread Joe Mason
From: curl-library-boun...@cool.haxx.se [curl-library-boun...@cool.haxx.se] on behalf of Vladimir Grishchenko [vlad...@hotmail.com] Assuming this new option (CURLMOPT_MAXCONNECTS_HARD) will be supported when not using pipelining, will the client be able to prioritize queued requests or

RE: HTTP Pipelining Contributions

2012-07-25 Thread Joe Mason
From: curl-library-boun...@cool.haxx.se [curl-library-boun...@cool.haxx.se] on behalf of Daniel Stenberg [dan...@haxx.se] On Tue, 24 Jul 2012, George Rizkalla wrote: We are currently looking at contributing to libcurl's pipelining implementation, and we were hoping to get your feedback

Re: HTTP Pipelining Contributions

2012-07-25 Thread Fabian Keil
Joe Mason jma...@rim.com wrote: From: curl-library-boun...@cool.haxx.se [curl-library-boun...@cool.haxx.se] on behalf of Daniel Stenberg [dan...@haxx.se] If the first response to a request on a socket is marked as HTTP/1.0, or an older IIS server version is used, or the site is

Re: HTTP Pipelining Contributions

2012-07-25 Thread Vladimir Grishchenko
FIFO to start, but we should consider expandability. Can you suggest an interface that would let the client prioritize queued requests? I can think of a couple off the top of my head: 1. Allow the client to provide a sort function for requests. If one is set, then requests are stored in a

Re: HTTP Pipelining Contributions

2012-07-25 Thread George Rizkalla
On 7/24/12 6:13 PM, Daniel Stenberg wrote: Awesome. You are most welcome here and I'm sure I'm not the only one who will appreciate this! Thanks! We're certainly looking forward to the opportunity to work on this :). 1. MAX SOCKETS CHANGES I know this has been requested by others in the

Re: HTTP Pipelining Contributions

2012-07-25 Thread George Rizkalla
On 7/25/12 11:44 AM, Fabian Keil wrote: How do you intend to deal with HTTP proxies? If an HTTP proxy is used, the socket isn't directly connected to the server and may be used for requests to different servers. curl already does that. It's also possible that the server supports pipelining

RE: Unit tests with several responses

2012-07-25 Thread Joe Mason
From: curl-library-boun...@cool.haxx.se [curl-library-boun...@cool.haxx.se] on behalf of Dan Fandrich [d...@coneharvesters.com] Sent: Friday, July 20, 2012 5:36 PM To: curl-library@cool.haxx.se Subject: Re: Unit tests with several responses The GET number in the example file you provided

release agony

2012-07-25 Thread Daniel Stenberg
Hi friends, I've been having a hard time to keep up with just the flood of mails lately. It caused me to seriously consider pushing the release forwards since there's a whole bunch of issues I haven't had time to investigate or debug. But given some more thoughts, I don't think things will

Re: HTTP Pipelining Contributions

2012-07-25 Thread Dan Fandrich
On Tue, Jul 24, 2012 at 03:01:26PM +, George Rizkalla wrote: The proposed algorithm involves balancing HTTP requests over multiple TCP sockets, while avoiding use of HTTP pipelining in instances where we believe errors are likely to occur, or where it is likely that there would be a

In what order the information will be sent?

2012-07-25 Thread Igor Korot
Hi, ALL, I'm trying to port some VB code to libCURL. The order in which VB program sends data is: 1. Set content-type to be multipart/form-data; boundary=--- + timestamp 2. Write \n\r- + timestamp + \n\r 3. Write Content-Disposition: form-data;