Rename writeHeader to writeHead
authorBenjamin Thomas <benjamin@benjaminthomas.org>
Thu, 25 Feb 2010 20:54:48 +0000 (20:54 +0000)
committerRyan Dahl <ry@tinyclouds.org>
Thu, 25 Feb 2010 21:01:21 +0000 (13:01 -0800)
commitb1b84960cedcbc033b28c0644beada614b006a9b
treef6a45724d2d82106d31202c00b4a732eb3f2c79a
parentb08f2af34439685432c37723232edb48c10649b8
Rename writeHeader to writeHead
19 files changed:
benchmark/http_simple.js
benchmark/static_http_server.js
doc/api.txt
doc/index.html
lib/http.js
test/pummel/test-keep-alive.js
test/pummel/test-multipart.js
test/simple/test-http-1.0.js
test/simple/test-http-cat.js
test/simple/test-http-chunked.js
test/simple/test-http-client-race.js
test/simple/test-http-client-upload.js
test/simple/test-http-malformed-request.js
test/simple/test-http-proxy.js
test/simple/test-http-server.js
test/simple/test-http-tls.js
test/simple/test-http-wget.js
test/simple/test-http.js
test/simple/test-remote-module-loading.js