Skip to content

Commit 910c627

Browse files
committed
Revert "Change HTTP back to a 1.1 client."
This reverts commit 9a70abb.
1 parent efe34f5 commit 910c627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/http.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ function ClientRequest (method, uri, headers) {
333333
}
334334
this.closeOnFinish = true;
335335

336-
this.sendHeaderLines(method + " " + uri + " HTTP/1.1\r\n", headers);
336+
this.sendHeaderLines(method + " " + uri + " HTTP/1.0\r\n", headers);
337337
}
338338
node.inherits(ClientRequest, OutgoingMessage);
339339

0 commit comments

Comments
 (0)