http2-proxy
Advanced tools
Comparing version 4.2.4 to 4.2.5
@@ -158,2 +158,3 @@ const http = require('http') | ||
.on('close', onComplete) | ||
.on('error', onComplete) | ||
@@ -163,2 +164,3 @@ req | ||
.on('aborted', onComplete) | ||
.on('error', onComplete) | ||
.on('timeout', onRequestTimeout) | ||
@@ -180,2 +182,3 @@ .pipe(proxyReq) | ||
.removeListener('close', onComplete) | ||
.removeListener('error', onComplete) | ||
@@ -185,2 +188,3 @@ req | ||
.removeListener('aborted', onComplete) | ||
.removeListener('error', onComplete) | ||
.removeListener('timeout', onRequestTimeout) | ||
@@ -187,0 +191,0 @@ |
{ | ||
"name": "http2-proxy", | ||
"version": "4.2.4", | ||
"version": "4.2.5", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "dev": "nodemon --inspect=9308 src", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
99299
350