You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/daemon/group.js
+4
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,10 @@ class Group extends EventEmitter {
24
24
this._proxy=httpProxy.createProxyServer({
25
25
xfwd: true
26
26
});
27
+
28
+
// `http-proxy` requires that at least 1 listener exists to not raise
29
+
// an exception. See https://github.com/http-party/node-http-proxy/blob/9b96cd725127a024dabebec6c7ea8c807272223d/lib/http-proxy/index.js#L119
// `http-proxy` requires that at least 1 listener exists to not raise
44
+
// an exception. See https://github.com/http-party/node-http-proxy/blob/9b96cd725127a024dabebec6c7ea8c807272223d/lib/http-proxy/index.js#L119
0 commit comments