1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-04 03:09:44 -05:00
Daniel Stenberg 88b1ca7cba
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
2020-08-24 08:41:48 +02:00
..
2019-04-06 22:49:50 +02:00
2018-10-03 02:30:32 -04:00
2017-09-02 17:47:10 +01:00
2016-04-03 22:38:36 +02:00
2020-08-24 08:41:48 +02:00