tool_operate: fix memory-leak on failed uploads

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
This commit is contained in:
Daniel Stenberg 2026-03-22 13:08:43 +01:00
parent e8c64a06c5
commit 9820e5dfac
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
3 changed files with 30 additions and 5 deletions

25
tests/data/test1673 Normal file
View file

@ -0,0 +1,25 @@
<?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>