mirror of https://github.com/nodejs/node.git
lint: lib/_http_client.js
parent
13553c1332
commit
1bbb3cc00d
|
@ -189,8 +189,8 @@ ClientRequest.prototype._implicitHeader = function() {
|
||||||
|
|
||||||
ClientRequest.prototype.abort = function() {
|
ClientRequest.prototype.abort = function() {
|
||||||
// Mark as aborting so we can avoid sending queued request data
|
// Mark as aborting so we can avoid sending queued request data
|
||||||
// This is used as a truthy flag elsewhere. The use of Date.now is for debugging
|
// This is used as a truthy flag elsewhere. The use of Date.now is for
|
||||||
// purposes only.
|
// debugging purposes only.
|
||||||
this.aborted = Date.now();
|
this.aborted = Date.now();
|
||||||
|
|
||||||
// If we're aborting, we don't care about any more response data.
|
// If we're aborting, we don't care about any more response data.
|
||||||
|
|
Loading…
Reference in New Issue