Skip to content

Conversation

@prateek9623
Copy link
Contributor

Fixes: #143
After curl 7.83 curl exports header.h and its symbol, which have a struct curl_header. https://github.com/curl/curl/blob/0842936292f9bc614f8335b25a3b4b6b25dae5a8/include/curl/header.h#L25
Which is now creating conflict with

class curl_header {

To fix this, I have changed the curl::curl_header member function in the curl namespace, and now using curl_header with the curl namespace.

@JosephP91 JosephP91 merged commit 4be41c6 into JosephP91:master May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants