Rename sendHeader to writeHeader; allow reasonPhrase
authorRyan Dahl <ry@tinyclouds.org>
Mon, 22 Feb 2010 00:53:20 +0000 (16:53 -0800)
committerRyan Dahl <ry@tinyclouds.org>
Mon, 22 Feb 2010 00:53:49 +0000 (16:53 -0800)
commit12d78cd1df084fd9ed63d11fab929a1af0c46bca
tree00e82a288db2412e929c5c89f7353b240bf92672
parent05d6da6c4af25fc417902ad1bbae9198e58ff37a
Rename sendHeader to writeHeader; allow reasonPhrase
21 files changed:
benchmark/http_simple.js
benchmark/static_http_server.js
doc/api.txt
doc/index.html
lib/http.js
test/mjsunit/test-byte-length.js
test/mjsunit/test-http-1.0.js
test/mjsunit/test-http-cat.js
test/mjsunit/test-http-chunked.js
test/mjsunit/test-http-client-race.js
test/mjsunit/test-http-client-upload.js
test/mjsunit/test-http-malformed-request.js
test/mjsunit/test-http-proxy.js
test/mjsunit/test-http-server.js
test/mjsunit/test-http-tls.js
test/mjsunit/test-http-wget.js
test/mjsunit/test-http.js
test/mjsunit/test-keep-alive.js
test/mjsunit/test-multipart.js
test/mjsunit/test-remote-module-loading.js
test/mjsunit/test-sync-fileread.js