• Nils Goroll's avatar
    Fix behavior for empty file with .done(url) · 515e0395
    Nils Goroll authored
    If we set a done url (which is sent in Content-Location or Location for
    a 301) with an empty file (POST with Upload-Length: 0), we would trigger
    the two removed assertions. They are bad because a zero sized upload
    is legit and can have a Content-Location.
    515e0395
tus_response.c 6.98 KB