node/test
Brian White 2a1ef977e3 http: fix non-string header value concatenation
Since headers are stored in an empty literal object ({}) instead
of an object created with Object.create(null), care must be taken
with property names inherited from Object. Currently there are
only functions inherited, so we can safely check for existing
strings instead.

Fixes: https://github.com/nodejs/node/issues/4456
PR-URL: https://github.com/nodejs/node/pull/4460
Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Reviewed-By: Minwoo Jung <jmwsoft@gmail.com>
2015-12-30 12:39:17 -05:00
..
abort src: honor --abort_on_uncaught_exception flag 2015-09-17 15:25:25 -05:00
addons test: fix path to module for repl test on Windows 2015-11-15 16:33:11 -08:00
cctest deps: check in gtest, add util unit test 2015-04-01 22:35:56 +02:00
debugger debugger: introduce exec method for debugger 2015-11-17 12:11:40 -08:00
disabled test: replace deprecated util.debug() calls 2015-09-28 11:15:06 -07:00
fixtures repl: Fixed node repl history edge case. 2015-12-22 13:29:28 -05:00
gc src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
internet test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
message test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
parallel http: fix non-string header value concatenation 2015-12-30 12:39:17 -05:00
pummel test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
sequential test: extend timeout in Debug mode 2015-12-29 19:11:10 -08:00
testpy test: fix default value for additional param 2015-09-15 19:59:38 +05:30
timers test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
.eslintrc test: make common.js mandatory via linting rule 2015-10-06 15:11:58 -07:00
common.js test: make temp path customizable 2015-12-30 15:47:37 +11:00