summaryrefslogtreecommitdiff
path: root/tests/data/test716
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/test716
parenta1e0b7922a4a54fe9f7487ed71958d346d453a05 (diff)
downloadcurl-bagder/proxy-error.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/test716')
-rw-r--r--tests/data/test7162
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test716 b/tests/data/test716
index 96167de5c..531e272fa 100644
--- a/tests/data/test716
+++ b/tests/data/test716
@@ -39,7 +39,7 @@ http://hohoho.example.com:99/716 -x socks5://AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
# Verify data after the test has been "shot"
<verify>
<errorcode>
-43
+97
</errorcode>
</verify>
</testcase>