We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7924e0 commit 5a1504fCopy full SHA for 5a1504f
lib/http-proxy/index.js
@@ -90,6 +90,8 @@ function createRightProxy(type) {
90
91
92
function ProxyServer(options, web, ws) {
93
+ EE3.call(this);
94
+
95
this.web = web;
96
this.ws = ws;
97
this.options = options;
0 commit comments