Comparing version 3.0.1 to 3.0.2
@@ -326,6 +326,3 @@ 'use strict'; | ||
clientTimeoutId = setTimeout(() => { | ||
return next(Boom.clientTimeout()); | ||
}, clientTimeout); | ||
clientTimeoutId = setTimeout(() => next(Boom.clientTimeout()), clientTimeout); | ||
} | ||
@@ -332,0 +329,0 @@ |
{ | ||
"name": "subtext", | ||
"description": "HTTP payload parsing", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"repository": "git://github.com/hapijs/subtext", | ||
@@ -6,0 +6,0 @@ "main": "lib/index.js", |
@@ -1471,3 +1471,3 @@ 'use strict'; | ||
it('will timeout correctly for a multipart payload with output as stream', (done) => { | ||
it('times out for a multipart payload with output as stream', (done) => { | ||
@@ -1490,3 +1490,3 @@ const path = Path.join(__dirname, './file/image.jpg'); | ||
it('will timeout correctly for a multipart payload with output file', (done) => { | ||
it('times out for a multipart payload with output file', (done) => { | ||
@@ -1493,0 +1493,0 @@ const path = Path.join(__dirname, './file/image.jpg'); |
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
250262
1495