diff --git a/lib/http-proxy/index.js b/lib/http-proxy/index.js index 83e1993..c4b043c 100644 --- a/lib/http-proxy/index.js +++ b/lib/http-proxy/index.js @@ -90,6 +90,8 @@ function createRightProxy(type) { function ProxyServer(options, web, ws) { + EE3.call(this); + this.web = web; this.ws = ws; this.options = options;