mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 11:35:07 -05:00
85a79f9d67
to HTTP 1.0 upon receiving a response from the HTTP server. Tests 1072 and 1073 are similar to test 1069 in that they involve the impossible scenario of sending chunked data to a HTTP 1.0 server. All these currently fail and are added to DISABLED. Added test 1075 to test --anyauth with Basic authentication.
11 lines
257 B
Plaintext
11 lines
257 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.
|
|
1069
|
|
1071
|
|
1072
|
|
1073
|
|
1074
|