- Ben Van Hof filed bug report #1945240: "libcurl sometimes sends body twice
authorDaniel Stenberg <daniel@haxx.se>
Sat, 3 May 2008 21:45:12 +0000 (21:45 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 3 May 2008 21:45:12 +0000 (21:45 +0000)
commitfc9e0d2249c126ccc8688c19bdf64c782778d6ab
treec25ce25784c946ed10c6aab6061a2e01676dbed0
parent21a0f09081e4f64f27de576621ce921505eb43b4
- Ben Van Hof filed bug report #1945240: "libcurl sometimes sends body twice
  when using CURL_AUTH_ANY" (http://curl.haxx.se/bug/view.cgi?id=1945240).
  The problem was that when libcurl rewound a stream meant for upload when it
  would prepare for a second request, it could accidentally continue the
  sending of the rewound data on the first request instead of on the second.
  Ben also provided test case 1030 that verifies this fix.
CHANGES
RELEASE-NOTES
lib/transfer.c
tests/data/Makefile.am
tests/data/test1030 [new file with mode: 0644]