mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
add missing ref to getProxyForUrl helper
This commit is contained in:
parent
7bdb8db5ff
commit
1cf7b95891
@ -20,7 +20,7 @@ module.exports = function(RED) {
|
||||
var inspect = require("util").inspect;
|
||||
var url = require("url");
|
||||
var HttpsProxyAgent = require('https-proxy-agent');
|
||||
|
||||
const { getProxyForUrl } = require('./lib/proxyHelper');
|
||||
|
||||
var serverUpgradeAdded = false;
|
||||
function handleServerUpgrade(request, socket, head) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user