When received a range request from uv, we should fetch the whole wheel from upstream, cache it and response with the requested range.
uv sends a separate HEAD request to detect if a server supports range requests, which we also need to handle properly.
When received a range request from uv, we should fetch the whole wheel from upstream, cache it and response with the requested range.
uv sends a separate HEAD request to detect if a server supports range requests, which we also need to handle properly.