mirror of
https://github.com/curl/curl.git
synced 2026-08-24 12:13:33 +03:00
Added test case 1065 to test a PUT with a single file but two URLs. This
was discovered to be problematic while investigating an incident reported by Von back in May. curl in this case doesn't include a Content-Length: or Transfer-Encoding: chunked header which is illegal. This test case is added to DISABLED until a solution is found.
This commit is contained in:
parent
66fb9ca5f6
commit
a923d8541c
5 changed files with 170 additions and 2 deletions
|
|
@ -3,4 +3,4 @@
|
|||
# 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.
|
||||
|
||||
1065
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue