Skip to content

Commit 579a96b

Browse files
committed
refactor: removed static release method
1 parent cd9c5ba commit 579a96b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -339,10 +339,6 @@ class ProxyErrorHandler {
339339
handler.req.on('close', handler._release)
340340
return handler._handle
341341
}
342-
343-
static release (obj) {
344-
ProxyErrorHandler.pool.push(obj)
345-
}
346342
}
347343
ProxyErrorHandler.pool = []
348344

0 commit comments

Comments
 (0)