Skip to content

Commit

Permalink
Revert "Change HTTP back to a 1.1 client."
Browse files Browse the repository at this point in the history
This reverts commit 9a70abb.
  • Loading branch information
ry committed Oct 28, 2009
1 parent efe34f5 commit 910c627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/http.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ function ClientRequest (method, uri, headers) {
}
this.closeOnFinish = true;

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

Expand Down

0 comments on commit 910c627

Please sign in to comment.