Commit 8d012181 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

- Test case 1041 (added by Daniel Fandrich April 14th) proved a bug where PUT

  with -C - sent garbage in the Content-Range: header. I fixed this problem by
  making sure libcurl always sets the size of the _entire_ upload if an app
  attemps to do resumed uploads since libcurl simply cannot know the size of
  what is currently at the server end. Test 1041 is no longer disabled.
parent d6344d9b
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