-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
UNSUPPORTED_PROTOCOL from curl_easy_send on handle removed from curl_multi #9244
Comments
Hm, commenting I am not sure if not calling |
I think this is mostly a case where we should update/clarify the documentation. |
Reported-by: Maxim Ivanov Fixes #9244 Closes #
#9262 is my attempt to clarify how to use this feature with the multi interface |
I did this
If
CURLOPT_CONNECT_ONLY
socket was connected using mutli interface, thencurl_easy_send
returnsCURLE_UNSUPPORTED_PROTOCOL
. Here is minimal reproducer.main.cpp:
I expected the following
curl_easy_send is usable after curl_multi_remove_handle returns;
curl/libcurl version
7.84.0
operating system
Linux WSL2
The text was updated successfully, but these errors were encountered: