mirror of
https://github.com/curl/curl.git
synced 2026-04-12 00:11:42 +08:00
Add test case 1673 to do repeated upload failures and verify there is no leak. This proved a previous leak and now it verifies the fix. Reported-by: James Fuller Closes #21062
26 lines
366 B
XML
26 lines
366 B
XML
<?xml version="1.0" encoding="US-ASCII"?>
|
|
<testcase>
|
|
<info>
|
|
<keywords>
|
|
HTTP
|
|
upload
|
|
--retry
|
|
</keywords>
|
|
</info>
|
|
|
|
<client>
|
|
<name>
|
|
HTTP retry upload with missing upload file
|
|
</name>
|
|
<command>
|
|
http://%HOSTIP:%NOLISTENPORT/%TESTNUMBER --retry 5 --retry-all-errors --upload-file AAAAAAAAAAA
|
|
</command>
|
|
</client>
|
|
|
|
<verify>
|
|
<errorcode>
|
|
26
|
|
</errorcode>
|
|
</verify>
|
|
</testcase>
|