Commit fc9e0d22 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

- 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.
parent 21a0f090
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment