Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CURLE_PROXY: new error code #5770

Closed
wants to merge 1 commit into from
Closed

CURLE_PROXY: new error code #5770

wants to merge 1 commit into from

Conversation

bagder
Copy link
Member

@bagder bagder commented Aug 3, 2020

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.

@bagder bagder added feature-window A merge of this requires an open feature window connecting & proxies libcurl API labels Aug 3, 2020
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
@bagder bagder marked this pull request as ready for review August 19, 2020 13:57
@bagder bagder closed this in 88b1ca7 Aug 24, 2020
@bagder bagder deleted the bagder/proxy-error branch August 24, 2020 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
connecting & proxies feature-window A merge of this requires an open feature window libcurl API
Development

Successfully merging this pull request may close these issues.

None yet

2 participants