File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -256,6 +256,7 @@ class ErrorHandler {
256
256
this . req = null
257
257
this . resOrSocket = null
258
258
this . callback = null
259
+
259
260
ErrorHandler . pool . push ( this )
260
261
}
261
262
@@ -328,6 +329,7 @@ class ProxyErrorHandler {
328
329
this . req = null
329
330
this . proxyReq = null
330
331
this . errorHandler = null
332
+
331
333
ProxyErrorHandler . pool . push ( this )
332
334
}
333
335
@@ -406,6 +408,7 @@ class ProxyResponseHandler {
406
408
this . onRes = null
407
409
this . proxyErrorHandler = null
408
410
this . proxyRes = null
411
+
409
412
ProxyResponseHandler . pool . push ( this )
410
413
}
411
414
@@ -487,6 +490,7 @@ class ProxyUpgradeHandler {
487
490
this . proxyErrorHandler = null
488
491
this . proxyRes = null
489
492
this . proxySocket = null
493
+
490
494
ProxyUpgradeHandler . pool . push ( this )
491
495
}
492
496
You can’t perform that action at this time.
0 commit comments