lint: fix _http_client.js after v0.10 merge
This commit is contained in:
parent
81c2a36439
commit
c898704db1
@ -145,7 +145,7 @@ ClientRequest.prototype._implicitHeader = function() {
|
||||
};
|
||||
|
||||
ClientRequest.prototype.abort = function() {
|
||||
// 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.
|
||||
if (this.res)
|
||||
this.res._dump();
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user