curl-users
Re: your mail
Date: Mon, 13 Aug 2007 18:32:37 +0800
Hi Daniel,
I got your meaning. The following patches have enabled user to transfer
0-size file over HTTP, FTP and TFTP besides the previous patch for FILE.
HTTPS and FTPS shall also work fine with these patches since HTTP and FTP
are working under the patches.
All these patches were made upon snapshot version "curl-7.17.0-20070807".
Please let me know your ideas.
Best Regards,
Song Ma
2007/8/13, Daniel Stenberg <daniel_at_haxx.se>:
>
> On Mon, 13 Aug 2007, Song Ma wrote:
>
> > In this mail list one guy has proposed a patch to fix this problem as
> early
> > as in June 4th. Somehow that patch was turned down at that time. Since
> the
> > same problem is poping up again, you can refer to the posted patch and
> test
> > it in your source to see if it works to avoid invent wheels. ;-)
>
> That patch _only_ affected file:// transfers, and the rejection of the
> patch
> is also logged fine:
>
> http://curl.haxx.se/mail/archive-2007-06/0055.html
>
> If we're going to make libcurl deal with 0-byte transfers, I want to at
> least
> attempt to have it working the same way for most if not all protocols
> libcurl
> supports.
>
> --
> Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
>
- text/x-patch attachment: transfer.c.diff
- text/x-patch attachment: tftp.c.diff
- text/x-patch attachment: sendf.c.diff