Comparing version 4.10.3 to 4.10.4
@@ -470,4 +470,4 @@ /** | ||
// next() all but aborted errors | ||
if (err && err.code !== 'ECONNABORT') { | ||
// next() all but write errors | ||
if (err && err.code !== 'ECONNABORT' && err.syscall !== 'write') { | ||
next(err); | ||
@@ -474,0 +474,0 @@ } |
{ | ||
"name": "express", | ||
"description": "Fast, unopinionated, minimalist web framework", | ||
"version": "4.10.3", | ||
"version": "4.10.4", | ||
"author": "TJ Holowaychuk <tj@vision-media.ca>", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
Sorry, the diff of this file is too big to display
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
163363