Skip to content

lib: drop two interim macros in favor of native libcurl API calls #17772

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

Closed
wants to merge 6 commits into from

Conversation

vszakats
Copy link
Member

Drop strcasecompare and strncasecompare in favor of libcurl API
calls curl_strequal and curl_strnequal respectively.

Also drop unnecessary strcase.h includes. Include curl/curl.h
instead where it wasn't included before.

@vszakats vszakats changed the title lib: drop 2 interim macros in favor of native API calls lib: drop two interim macros in favor of native API calls Jun 28, 2025
@vszakats vszakats changed the title lib: drop two interim macros in favor of native API calls lib: drop two interim macros in favor of native libcurl API calls Jun 28, 2025
@vszakats vszakats marked this pull request as draft June 28, 2025 16:07
@vszakats vszakats marked this pull request as ready for review June 30, 2025 13:32
@vszakats

This comment was marked as outdated.

@vszakats vszakats closed this in a3787f9 Jun 30, 2025
@vszakats vszakats deleted the lib-drop-2-interim-macros branch June 30, 2025 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants