curl.h: remove the "RESERVED" error codes

Return codes for tests should be kept private.

Follow-up to 9465327084

Closes #17563
This commit is contained in:
Daniel Stenberg 2025-06-09 22:36:12 +02:00
parent 1886260a95
commit b530c11bfd
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
7 changed files with 25 additions and 69 deletions

View file

@ -62,10 +62,10 @@ http://%HOSTIP:%HTTPPORT/%TESTNUMBER
</client>
# Verify data after the test has been "shot"
# TEST_ERR_SUCCESS is errorcode 120
# TEST_ERR_SUCCESS is errorcode 41
<verify>
<errorcode>
120
41
</errorcode>
</verify>
</testcase>

View file

@ -38,10 +38,10 @@ http://%HOSTIP:%HTTPPORT/%TESTNUMBER
</client>
# Verify data after the test has been "shot"
# TEST_ERR_SUCCESS is errorcode 120
# TEST_ERR_SUCCESS is errorcode 41
<verify>
<errorcode>
120
41
</errorcode>
<protocol nonewline="yes">
POST /%TESTNUMBER HTTP/1.1

View file

@ -37,10 +37,10 @@ http://%HOSTIP:%NOLISTENPORT/%TESTNUMBER %HOSTIP:%NOLISTENPORT
</client>
# Verify data after the test has been "shot"
# TEST_ERR_SUCCESS is errorcode 120
# TEST_ERR_SUCCESS is errorcode 41
<verify>
<errorcode>
120
41
</errorcode>
</verify>
</testcase>

View file

@ -32,10 +32,10 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
</client>
# Verify data after the test has been "shot"
# TEST_ERR_SUCCESS is errorcode 120
# TEST_ERR_SUCCESS is errorcode 41
<verify>
<errorcode>
120
41
</errorcode>
<protocol>
USER anonymous