mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Support Happy Eyeballs in proxy-agent
This commit is contained in:
12
patches/proxy-agent+6.3.0.patch
Normal file
12
patches/proxy-agent+6.3.0.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff --git a/node_modules/proxy-agent/dist/index.js b/node_modules/proxy-agent/dist/index.js
|
||||
index 885d22a..2930652 100644
|
||||
--- a/node_modules/proxy-agent/dist/index.js
|
||||
+++ b/node_modules/proxy-agent/dist/index.js
|
||||
@@ -29,6 +29,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.ProxyAgent = exports.proxies = void 0;
|
||||
const http = __importStar(require("http"));
|
||||
const https = __importStar(require("https"));
|
||||
+const { URL } = __importStar(require("url"));
|
||||
const lru_cache_1 = __importDefault(require("lru-cache"));
|
||||
const agent_base_1 = require("agent-base");
|
||||
const debug_1 = __importDefault(require("debug"));
|
||||
Reference in New Issue
Block a user