• Justin Ruggles's avatar
    http: Send a Range header even when the offset is 0 · 0dd1ff67
    Justin Ruggles authored
    Using Range allows for getting the full file size from the
    Content-Range header in the response, even if the server sends
    back the response using chunked Transfer-Encoding, which does not
    allow using Content-Length.
    0dd1ff67
http.c 69.2 KB