From 52ad36ddcf0b0eae8c45ed1eac690e474a8782af Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 3 Aug 2020 14:07:10 +0200 Subject: CURLE_PROXY: new error code 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 --- tests/data/test703 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data/test703') 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" -7 +97 -- cgit v1.2.1