curl-library
Re: Test of resuming PUT's with curl and mod-dav
Date: Fri, 26 Jan 2001 16:41:31 +0100 (MET)
On Fri, 26 Jan 2001, Daniel Stenberg wrote:
> It will probably not happen today. I'll let you know when I have a fix to
> try.
*now* ;-)
Apply the attached patch in the lib/ directory, close your eyes, cross your
fingers and run for it. Make sure all the lib-files are recompiled as this
changes the main struct.
How I tested this:
% cd tests
% perl httpserver -v 8980 &
% ../src/curl -T README -C 2600 http://localhost/moo
The progress meter shows 61 uploaded bytes, which seems correct since README
is 2661 bytes.
We might want better error detect and we defintely want a couple of test
cases for the test suite using this. If this is the way it should work...
-- Daniel Stenberg -- curl project maintainer -- http://curl.haxx.se/
_______________________________________________
Curl-library mailing list
Curl-library_at_lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/curl-library
- TEXT/PLAIN attachment: put_resume.patch