mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-14 20:34:30 +01:00
d31573550f
Implements an automatic local download fallback, similar to SSH (cc @roblourens). If the initial download results in an error, either in making the request or a 5xx, it'll try to fall back to making the request locally and streaming it over the tunnel. This abstracts the request client behing a "SimpleHttp" trait which either uses to the native reqwest or uses the 'delegated' mode over the socket.