0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-22 07:37:56 +01:00
nodejs/test
isaacs ea8feced87 http: force socket encoding to be null
Otherwise the string triggers an assertion error in node_http_parser.c,
line 370:

    assert(Buffer::HasInstance(args[0]) == true);

because the first argument is not a Buffer object.
2013-11-07 08:24:50 -08:00
..
addons
disabled
fixtures tls: add ECDH ciphers support 2013-10-30 08:34:47 +01:00
gc test: fix up weakref.cc after v8 api change 2013-10-23 09:17:32 -07:00
internet tls: reuse hostname from underlying net.Socket 2013-10-31 01:57:17 +04:00
message
pummel fs: make fs.watch() non-recursive by default 2013-11-05 08:27:05 +01:00
simple http: force socket encoding to be null 2013-11-07 08:24:50 -08:00
common.js src: update after v8 api changes 2013-10-23 09:17:31 -07:00