limitd-client
Advanced tools
Comparing version 2.13.0 to 2.13.1
@@ -298,2 +298,7 @@ const url = require('url'); | ||
operation.attempt(() => { | ||
if (!this.pending_operations.has(operation)) { | ||
//the operation was aborted. | ||
return handleError(new Error('The operation was aborted')); | ||
} | ||
if (!this.stream || !this.stream.writable) { | ||
@@ -300,0 +305,0 @@ const err = new Error(`Unable to send ${request.method} to limitd. The socket is closed.`); |
{ | ||
"name": "limitd-client", | ||
"version": "2.13.0", | ||
"version": "2.13.1", | ||
"description": "limitd client for node.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
58220
1543