-
-
Notifications
You must be signed in to change notification settings - Fork 174
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
Missing option CURLOPT_PIPEWAIT #111
Comments
@brano543 Done! Can you check it out please? |
Thank you, it works! Unfortunately i am still having difficulties with adding options to multi interface. Here is my sample code.
This code produces error when i try to add option to multi interface as follows:
|
I have fixed the issue. Please merge my pull request #112. |
Good. I'm going to close the issue. Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Could you please add this option to library?
When i define it myself in my code as
CURLCPP_DEFINE_OPTION(CURLOPT_PIPEWAIT, long);
i get error
Thanks in advance.
The text was updated successfully, but these errors were encountered: