Only concatenate some incoming HTTP headers.
authorPeter Griess <pg@std.in>
Mon, 21 Jun 2010 18:53:17 +0000 (13:53 -0500)
committerRyan Dahl <ry@tinyclouds.org>
Mon, 21 Jun 2010 19:01:50 +0000 (12:01 -0700)
commit51bd1b4483f60d85ee19274aab98505a0b5c9105
tree2b357ea0e987f2e65c07c11c5f1194d35dfa5be6
parent545e10f2399dd748f6261919ed3db177d02ef008
Only concatenate some incoming HTTP headers.

- Concatenate 'accept', 'accept-charset', 'accept-encoding',
  'accept-language', 'connection', 'cookie', and 'x-*' headers.
- For all others, drop duplicates.
lib/http.js
test/simple/test-http-server-multiheaders.js [new file with mode: 0644]