• Max Kellermann's avatar
    curl: don't check running_handles for EOF · a0dd5b7f
    Max Kellermann authored
    Since we are using curl_multi_info_read() / CURLMSG_DONE for detecting
    end-of-response, we can remove all running_handles==0 checks.  For
    some reason, that has never worked correctly.
    a0dd5b7f
input_curl.c 14 KB