Skip to content

Commit 5a1504f

Browse files
committed
[fix] minor typo
1 parent c7924e0 commit 5a1504f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/http-proxy/index.js

+2
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ function createRightProxy(type) {
9090

9191

9292
function ProxyServer(options, web, ws) {
93+
EE3.call(this);
94+
9395
this.web = web;
9496
this.ws = ws;
9597
this.options = options;

0 commit comments

Comments
 (0)