• Max Kellermann's avatar
    input/curl: fixed endless loop during buffering · 6037beab
    Max Kellermann authored
    When the connection is lost while buffering, the CURL input plugin may
    enter an endless loop, because it does not check the EOF condition.
    This patch makes fill_buffer() return success only if there's at least
    one buffer, which is enough of a check.x
    6037beab
curl_input_plugin.c 21.2 KB