request-libcurl
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -24,6 +24,6 @@ 'use strict'; | ||
code: 42, | ||
status: 408, | ||
message: '408: Request aborted (timeout)', | ||
status: 499, | ||
message: '499: Client Closed Request', | ||
errorCode: 42, | ||
statusCode: 408 | ||
statusCode: 499 | ||
}; | ||
@@ -30,0 +30,0 @@ |
{ | ||
"name": "request-libcurl", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Extremely stable HTTP request module built on top of libcurl", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -407,3 +407,3 @@ # Request-libcurl | ||
# Note: The Internet connection is required to perform tests | ||
# Note: Test-suite includes "no response" and "timeouted responces" | ||
# Note: Test-suite includes "no response" and "timeouted responses" | ||
# if a test looks stuck — give it another minute before interrupting it | ||
@@ -410,0 +410,0 @@ ``` |
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
31335