Re: Feature window closes on May 22nd!

2013-05-19 Thread Chrysovaladis Datsios
Certainly, inside the patch there is a description of curl_easy_setopt() options: CURLOPT_TRAILERFUNCTION and CURLOPT_TRAILERDATA. There is also a test attached (lib1503.c). Please let me know what else is needed. 2013/5/20 Daniel Stenberg > On Mon, 20 May 2013, Chrysovaladis Datsios wrote: > >

Re: Feature window closes on May 22nd!

2013-05-19 Thread Daniel Stenberg
On Mon, 20 May 2013, Chrysovaladis Datsios wrote: I'd like to know if the addition of trailer headers feature will make it to the next release. http://curl.haxx.se/mail/lib-2013-03/0234.html I'd like that very much, but we're still missing test cases and documentation with the patch and I str

Re: Feature window closes on May 22nd!

2013-05-19 Thread Chrysovaladis Datsios
Hello there, I'd like to know if the addition of trailer headers feature will make it to the next release. http://curl.haxx.se/mail/lib-2013-03/0234.html Thank you. 2013/5/19 Daniel Stenberg > Hi friends, > > If you want any change, any new feature, into next curl and libcurl > release you bett

Re: Modify cURL to store cookies in variable (Daniel Stenberg)

2013-05-19 Thread Rodrigo
El 19/05/2013 7:00, curl-library-requ...@cool.haxx.se escribió: >> > What I had in mind was to check how cookies where written to files with >> > CURLOPT_COOKIEJAR but instead of writing the cookies to files, returning >> > them so they could be stored in variables, I would like to do something

Re: Content-Length missing when setting cookie

2013-05-19 Thread Szymon Gatner
2013/5/13 Daniel Stenberg > On Mon, 13 May 2013, Szymon Gatner wrote: > > Problem starts when I also set CURLOPT_COOKIE, then I can see valid >> Cookie header in the request but Content-Length is suddenly missing. >> > > Please show us a full example that reproduces the problem and do tell us >

Re: Interest in an Expat XML example?

2013-05-19 Thread Daniel Stenberg
On Sun, 19 May 2013, David Strauss wrote: Awesome! I verified that everything is clean using cppcheck, Clang Analyzer, and Valgrind, so it should be solid. The web site magic also worked as designed, and the example showed up HTMLified here: http://curl.haxx.se/libcurl/c/xmlstream.html --

Re: Interest in an Expat XML example?

2013-05-19 Thread David Strauss
On Sun, May 19, 2013 at 2:22 AM, Daniel Stenberg wrote: > ... and I've merged and pushed it already. Thanks! Awesome! I verified that everything is clean using cppcheck, Clang Analyzer, and Valgrind, so it should be solid. -- David Strauss | da...@davidstrauss.net | +1 512 577 5827 [mobile

Re: Interest in an Expat XML example?

2013-05-19 Thread David Strauss
I wanted to note that this is far more efficient than the existing XML/HTML parsing examples. The existing examples pull the entire response into memory before starting to parse. This new example only allocates buffers to fit the character data between tags. This is pretty important for our use ca

Re: Interest in an Expat XML example?

2013-05-19 Thread Daniel Stenberg
On Sun, 19 May 2013, David Strauss wrote: I've submitted an XML stream parsing example as a pull request: https://github.com/bagder/curl/pull/66 ... and I've merged and pushed it already. Thanks! -- / daniel.haxx.se --- List ad

Re: Interest in an Expat XML example?

2013-05-19 Thread David Strauss
I've submitted an XML stream parsing example as a pull request: https://github.com/bagder/curl/pull/66 I dropped the PROPFIND stuff for clarity. It's probably best to keep it to basics for this first example. --- List admin: http://co