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

Curl formfree deprecation #890

Merged
merged 2 commits into from
Mar 26, 2023
Merged

Curl formfree deprecation #890

merged 2 commits into from
Mar 26, 2023

Conversation

COM8
Copy link
Member

@COM8 COM8 commented Mar 17, 2023

As noted in #870 curl_httppost is deprecated and therefore need to be replaced.
I replaced it with curl_mime. This change requires at least curl 7.56.0.
This requirement is no problem, since we use curl 7.80.0 internally and demand at least 7.71.0 for the use of system curl (CPR_USE_SYSTEM_CURL).

The option to enable NPN got also limited to curl [7.37, 7.85] to prevent an additional deprecation warning.

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

Successfully merging this pull request may close these issues.

Build error: ‘void curl_formfree(curl_httppost*)’ is deprecated: since 7.56.0.
1 participant