diff options
author | Daniel Stenberg <daniel@haxx.se> | 2022-06-29 10:42:04 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2022-06-29 16:03:02 +0200 |
commit | 1dda49a1d38de624792aa795c3c076cad8452875 (patch) | |
tree | bb8aa7969986f0a98b5ad5ef2a2fbb4bd7eafa72 /tests/data | |
parent | f57f96dedc6b272ac228f82c06e91ccad505af2d (diff) | |
download | curl-1dda49a1d38de624792aa795c3c076cad8452875.tar.gz |
curl.h: CURLE_CONV_FAILED is obsoleted
The last use was removed in 7.82.0. Updated some docs too to reflect the
current error code situation.
Closes #9067
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/test1538 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test1538 b/tests/data/test1538 index e21d0537f..6df7983e6 100644 --- a/tests/data/test1538 +++ b/tests/data/test1538 @@ -107,7 +107,7 @@ e71: TFTP: Illegal operation e72: TFTP: Unknown transfer ID e73: Remote file already exists e74: TFTP: No such user -e75: Conversion failed +e75: Unknown error e76: Unknown error e77: Problem with the SSL CA cert (path? access rights?) e78: Remote file not found |