curl: Prevent a CurlMultiHandle from holding onto a CurlHandle if `add_handle` fails (#16302) * curl: Prevent a CurlMultiHandle from holding onto a CurlHandle if `add_handle` fails
curl: Prevent a CurlMultiHandle from holding onto a CurlHandle if `add_handle` fails (#16302) * curl: Prevent a CurlMultiHandle from holding onto a CurlHandle if `add_handle` fails As a user I expect `curl_multi_add_handle` to not have any effect if it returns an error and I specifically do not expect that it would be necessary to call `curl_multi_remove_handle`. * NEWS
show more ...
|