Re: [Patch] - travis-ci

2013-10-22 Thread Remy 'Sieben' Leone
Ah ok. I've misunderstood your point. Anyway thanks for pushing my commit. 2013/10/21 Daniel Stenberg dan...@haxx.se On Mon, 21 Oct 2013, Remy 'Sieben' Leone wrote: Here is the new patch with before_script only doing ./buildconf ./configure But why? I quote from the manual I pointed

[Patch] docs/examples/httpput.c

2013-10-22 Thread Gisle Vanem
Patch docs/examples/httpput.c for MSVC since it's missing unistd.h: --- Git-latest/docs/examples/httpput.c 2013-01-28 15:48:38 + +++ docs/examples/httpput.c2013-10-09 11:54:26 + @@ -22,7 +22,9 @@ #include stdio.h #include fcntl.h #include sys/stat.h -#include unistd.h +#ifndef

Re: Facing issue while fetching large amount of file list using curl.

2013-10-22 Thread Daniel Stenberg
On Tue, 22 Oct 2013, Heet Kansagra - Quipment India wrote: // Call back function for get file list static size_t getFileListCallBackFunction (void *buffer, size_t size, size_t nmemb, void *stream) { printf( buffer: %s,(char*)buffer); return size*nmemb; The

Re: [Patch] docs/examples/httpput.c

2013-10-22 Thread Dan Fandrich
On Tue, Oct 22, 2013 at 03:34:20PM +0200, Gisle Vanem wrote: Patch docs/examples/httpput.c for MSVC since it's missing unistd.h: --- Git-latest/docs/examples/httpput.c 2013-01-28 15:48:38 + +++ docs/examples/httpput.c2013-10-09 11:54:26 + @@ -22,7 +22,9 @@ #include stdio.h

Re: libcurl nagle

2013-10-22 Thread Daniel Stenberg
On Mon, 21 Oct 2013, folkert wrote: How does libcurl send commands? Does it batch up a command so that it and its parameters are send in one go? Yes it does. Or should one keep nagle switched on to reduce overhead? (talking ftp here) Has anyone measured how much this overhead is in a