Use original notation

This commit is contained in:
Hans Ott 2025-11-03 11:31:04 +01:00
parent 910276deeb
commit 855f6a417f

View file

@ -133,7 +133,7 @@ function createProxyRequest(hostname, req, res) {
};
if (options.headers && "host" in options.headers) {
delete options.headers["host"];
delete options.headers.host;
}
const httpsProxy = process.env.HTTPS_PROXY || process.env.https_proxy;