• Max Kellermann's avatar
    input_curl: always set eof=true on CURLMSG_DONE · f61904db
    Max Kellermann authored
    curl_multi_info_read() is the authoritative source of the
    "end-of-response" information.  Always set c->eof when a CURLMSG_DONE
    message is received, and check the result (success/failure) after
    that.
    f61904db
input_curl.c 14 KB