projects
/
platform
/
upstream
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efe34f5
)
Revert "Change HTTP back to a 1.1 client."
author
Ryan Dahl
<ry@tinyclouds.org>
Wed, 28 Oct 2009 14:37:58 +0000
(15:37 +0100)
committer
Ryan Dahl
<ry@tinyclouds.org>
Wed, 28 Oct 2009 14:37:58 +0000
(15:37 +0100)
This reverts commit
9a70abbf1378060d1b46240eed0dcd0dffd526ff
.
lib/http.js
patch
|
blob
|
history
diff --git
a/lib/http.js
b/lib/http.js
index
50e6df5
..
0e66c67
100644
(file)
--- a/
lib/http.js
+++ b/
lib/http.js
@@
-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);