diff --git a/lib/_http_client.js b/lib/_http_client.js index e0a68e6f461..2af127c6d64 100644 --- a/lib/_http_client.js +++ b/lib/_http_client.js @@ -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