-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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_mime_init man page: handle must be final target handle #10834
Comments
/cc @monnerat |
tl;dr jurl now discovers libcurl bugs due to how complete it is curl/curl#10834
What's your curl_version()? I can't reproduce this. I tried curl-8_0_1 and master fe55a63 2023-03-24, in Windows and Linux.
|
This works perfectly. |
I was testing against multiple curl versions and platforms, specifically 7.85.0, 7.86.0, and 8.0.1. |
…7.87.0 Reported-by: Chloe Kudryavtsev Fixes curl#10834 Closes curl#10835
This is incorrect, easy_handle must be the exact handle that the curl_mime will be given to, at least with HTTP.
To reproduce:
If the example is changed to
curl_mime_init(handle)
, everything works as expected.The text was updated successfully, but these errors were encountered: