Browse Source

Fix whitespace

v0.7.4-release
Ryan Dahl 15 years ago
parent
commit
453c9e6411
  1. 2
      lib/http.js

2
lib/http.js

@ -663,7 +663,7 @@ function Client ( ) {
self.addListener("connect", function () {
if (this.https) {
this.setSecure(this.credentials);
this.setSecure(this.credentials);
} else {
parser.reinitialize('response');
debug('requests: ' + sys.inspect(requests));

Loading…
Cancel
Save