[Patch] transfer.c

2013-08-20 Thread Gisle Vanem
A change in 'struct SessionHandle' broke the 'CURL_DOES_CONVERSIONS' code in transfer.c: --- Git-latest/lib/transfer.c2013-08-20 06:52:36 + +++ lib/transfer.c 2013-08-20 07:05:06 + @@ -101,8 +101,10 @@ #ifdef CURL_DOES_CONVERSIONS bool sending_http_headers = FALSE; -

Re: [Patch] transfer.c

2013-08-20 Thread Daniel Stenberg
On Tue, 20 Aug 2013, Gisle Vanem wrote: A change in 'struct SessionHandle' broke the 'CURL_DOES_CONVERSIONS' code in transfer.c: Thanks, pushed! BTW. Building with 'CURL_DOES_CONVERSIONS' gives me extra newlines in CURLOPT_VERBOSE output. I cannot see why. Hm, I'll see if I can dig

Re: [Patch] transfer.c

2013-08-20 Thread Dennis Clarke
On Tue, 20 Aug 2013, Gisle Vanem wrote: A change in 'struct SessionHandle' broke the 'CURL_DOES_CONVERSIONS' code in transfer.c: Thanks, pushed! Is there a place to get all the patch changes that happen after a release similar to how we see patches to bash :

Re: [Patch] transfer.c

2013-08-20 Thread Daniel Stenberg
On Tue, 20 Aug 2013, Dennis Clarke wrote: Is there a place to get all the patch changes that happen after a release similar to how we see patches to bash : We don't really have patch changes since a release. We have a stream of commits that after some months end up in a new release.

Re: [Patch] transfer.c

2013-08-20 Thread Dennis Clarke
On Tue, 20 Aug 2013, Dennis Clarke wrote: Is there a place to get all the patch changes that happen after a release similar to how we see patches to bash : We don't really have patch changes since a release. We have a stream of commits that after some months end up in a new

[Patch] transfer.c

2011-03-29 Thread Gisle Vanem
A small typo in transfer.c: --- Git-latest/lib/transfer.cTue Mar 29 11:04:17 2011 +++ lib/transfer.c Tue Mar 29 12:06:04 2011 @@ -125,7 +125,7 @@ #ifdef CURL_DOES_CONVERSIONS bool sending_http_headers = FALSE; - if((conn-protocol(CURLPROTO_HTTP|CURLPROTO_RTSP)) +

Re: [Patch] transfer.c

2011-03-29 Thread Daniel Stenberg
On Tue, 29 Mar 2011, Gisle Vanem wrote: A small typo in transfer.c: Thanks, pushed! -- / daniel.haxx.se --- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html

Re: [PATCH] transfer.c fixes for CURL_DO_LINEEND_CONV and non-ASCII platform HTTP requests

2009-05-04 Thread Yang Tse
2009/5/1, David McCreedy wrote: That causes two problems: Committed, Thanks -- -=[Yang]=-