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

easy_codes mismatch at 60 #232

Open
gtmax opened this issue Jun 20, 2023 · 2 comments
Open

easy_codes mismatch at 60 #232

gtmax opened this issue Jun 20, 2023 · 2 comments

Comments

@gtmax
Copy link

gtmax commented Jun 20, 2023

easy_codes skips over CURLE_PEER_FAILED_VERIFICATION (60). As a result, all the return codes above that are off by one. For example, what should be bad_content_encoding from curl comes back as ldap_invalid_url, etc.

@pineman
Copy link

pineman commented May 25, 2024

Just experienced this myself. Got a :bad_content_encoding when I should've gotten a CURLE_PEER_FAILED_VERIFICATION. (ssl_verifyhost: 0 solved it for me, but the point stands).

EDIT: another one: obsolete16 is actually CURLE_HTTP2 now

@Zapotek
Copy link
Contributor

Zapotek commented Jul 4, 2024

Same here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants