-
@jvilk:
> For large files (100MB+), downloading and storing the entire file in-memory is prohibitively expensive, and may not > be needed if only small parts of the file are needed.
>
> It would be…
-
The code provides a `Range` header only to HTTP 1.0 and not for HTTP 1.1. Is that for sure correct? Shouldn't be that reversed?
```c
if (op == HTTPC_GET && h->os->flags & HTTPC_OPT_HTTP_1_0 && h-…
-
### Expected Behavior
When downloading large dependencies, gradle should be able to use HTTP [Range](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Range) header to recover download from p…
-
Hi!
**TLDR**: I found a bug and here is the fix: https://github.com/gornostay25/svelte-adapter-bun/pull/64
**Context**:
I noticed that loading videos using a HTML5 <video> tag didn't wo…
-
## Description
`API._streaming_download()` chokes on HTTP `416` `Range Not Satisfiable` errors, because the JSON error object may be received in the first chunk of any request, including any retry,…
-
Some discussion around API design in the quoted (since-closed) PR.
>> Out of interest, I did some searching and found #432 where you were against implementing `Range` support in tusd - have you cha…
-
### MDN URL
https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests
### What specific section or headline is this issue about?
Multipart ranges
### What information was incorrect, unhelpf…
-
RFC 7233 defines 416 as "Range Not Satisfiable". This was previously "Requested Range Not Satisfiable" in RFC 2616, which is obsolete.
https://tools.ietf.org/html/rfc7233#section-4.4
But everywher…
-
For large files (100MB+), downloading and storing the entire file in-memory is prohibitively expensive, and may not be needed if only small parts of the file are needed.
It would be great to suppor…
jvilk updated
5 months ago
-
BPO | [42643](https://bugs.python.org/issue42643)
--- | :---
Nosy | @AraHaan, @sblondon, @DavidBord
PRs | python/cpython#24228
*Note: these values reflect the state of the issue at the time it was mi…