summaryrefslogtreecommitdiff
path: root/tests/data/test703
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-08-03 14:07:10 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-08-04 15:57:45 +0200
commit52ad36ddcf0b0eae8c45ed1eac690e474a8782af (patch)
tree27679b9c5d550af908c36579faf5cb450d7d1cc9 /tests/data/test703
parenta1e0b7922a4a54fe9f7487ed71958d346d453a05 (diff)
downloadcurl-52ad36ddcf0b0eae8c45ed1eac690e474a8782af.tar.gz
CURLE_PROXY: new error codebagder/proxy-error
Failures clearly returned from a (SOCKS) proxy now causes this return code. Previously the situation was not very clear as what would be returned and when. In addition: when this error code is returned, an application can use CURLINFO_PROXY_ERROR to query libcurl for the detailed error, which then returns a value from the new 'CURLproxycode' enum. Closes #5770
Diffstat (limited to 'tests/data/test703')
-rw-r--r--tests/data/test7032
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test703 b/tests/data/test703
index d7be71393..3c3487aee 100644
--- a/tests/data/test703
+++ b/tests/data/test703
@@ -38,7 +38,7 @@ Attempt connect to non-listening HTTP server via SOCKS5 proxy
# Verify data after the test has been "shot"
<verify>
<errorcode>
-7
+97
</errorcode>
</verify>
</testcase>