mirror of
https://github.com/moparisthebest/curl
synced 2024-11-15 05:55:04 -05:00
8d012181b0
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.
9 lines
247 B
Plaintext
9 lines
247 B
Plaintext
# $Id$
|
|
# This file can be used to specify test cases that should not run when all
|
|
# test cases are run by runtests.pl. Just add the plain test case numbers, one
|
|
# per line.
|
|
# Lines starting with '#' letters are treated as comments.
|
|
1051
|
|
1052
|
|
1055
|