Daniel Stenberg e01b7c1ede - Bug report #2709004 (http://curl.haxx.se/bug/view.cgi?id=2709004) by Tim
Chen pointed out how curl couldn't upload with resume when reading from a
  pipe.

  This ended up with the introduction of a new return code for the
  CURLOPT_SEEKFUNCTION callback that basically says that the seek failed but
  that libcurl may try to resolve the situation anyway. In our case this means
  libcurl will attempt to instead read that much data from the stream instead
  of seeking and that way curl can now upload with resume when data is read
  from a stream!
2009-04-28 11:19:10 +00:00
..
2002-10-14 07:47:40 +00:00
ABI
2008-06-30 09:39:26 +00:00
2006-01-02 23:32:36 +00:00
2006-01-02 23:32:36 +00:00
2009-01-12 21:22:51 +00:00
2006-02-17 13:31:49 +00:00
2004-05-12 08:10:25 +00:00
2004-04-13 14:27:47 +00:00
2006-01-02 23:32:36 +00:00
2006-01-02 23:32:36 +00:00
2007-01-09 18:58:16 +00:00
2003-08-11 23:07:38 +00:00
2005-06-03 21:38:40 +00:00
2004-05-05 06:11:57 +00:00
2009-04-18 22:48:28 +00:00