0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-22 07:37:56 +01:00
nodejs/lib
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
..
_debugger.js Merge remote-tracking branch 'upstream/v0.10' 2013-10-25 11:26:05 -07:00
_http_agent.js http: force socket encoding to be null 2013-11-07 08:24:50 -08:00
_http_client.js domain: use AsyncListener API 2013-10-31 16:34:35 -07:00
_http_common.js http: make DELETE requests set req.method 2013-11-04 09:39:29 -08:00
_http_incoming.js http: provide backpressure for pipeline flood 2013-10-16 11:01:33 -07:00
_http_outgoing.js http: removed headers stay removed 2013-08-19 16:05:44 -07:00
_http_server.js http: add statusMessage 2013-10-16 18:34:52 -07:00
_linklist.js
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js stream: return this from pause()/resume() 2013-09-04 11:17:28 -07:00
_stream_transform.js stream: objectMode transforms allow falsey values 2013-09-05 13:19:23 -07:00
_stream_writable.js stream: change default hwm for objectMode to 16 2013-08-27 18:02:30 -07:00
_tls_legacy.js Merge remote-tracking branch 'upstream/v0.10' 2013-10-25 11:26:05 -07:00
_tls_wrap.js tls: more accurate wrapping of connecting socket 2013-11-05 18:14:28 +04:00
assert.js assert: indicate if exception message is generated 2013-10-11 10:15:03 -07:00
buffer.js buffer: optimize common encoding cases 2013-09-09 19:39:21 -07:00
child_process.js child_process: Avoid extra copy for string stdio 2013-08-27 17:28:57 -07:00
cluster.js cluster: fix premature 'disconnect' event 2013-10-14 11:46:09 +02:00
console.js
constants.js
crypto.js tls: add ECDH ciphers support 2013-10-30 08:34:47 +01:00
dgram.js dgram: send() can accept strings 2013-10-28 16:18:18 -07:00
dns.js dns: set hostname property on error object 2013-10-16 21:56:16 +02:00
domain.js domain: use AsyncListener API 2013-10-31 16:34:35 -07:00
events.js domain: use AsyncListener API 2013-10-31 16:34:35 -07:00
freelist.js
fs.js fs: add recursive subdirectory support to fs.watch 2013-10-31 01:13:44 +04:00
http.js http: expose supported methods 2013-10-28 13:35:34 +01:00
https.js lib: remove unused variables and functions 2013-08-15 17:19:17 -07:00
module.js vm: update API to use options argument 2013-08-28 22:27:24 -07:00
net.js domain: use AsyncListener API 2013-10-31 16:34:35 -07:00
os.js
path.js
punycode.js lib: remove unused variables and functions 2013-08-15 17:19:17 -07:00
querystring.js
readline.js Merge remote-tracking branch 'upstream/v0.10' 2013-09-24 16:49:01 -07:00
repl.js repl: Simplify paren wrap, continuation-detection 2013-09-04 11:13:41 -07:00
smalloc.js smalloc: allow different external array types 2013-08-07 12:53:24 -07:00
stream.js
string_decoder.js
sys.js
timers.js domain: use AsyncListener API 2013-10-31 16:34:35 -07:00
tls.js tls: add ECDH ciphers support 2013-10-30 08:34:47 +01:00
tty.js lib: remove unused variables and functions 2013-08-15 17:19:17 -07:00
url.js
util.js util: format as Error if instanceof Error 2013-10-15 10:30:58 +02:00
vm.js vm: update API to use options argument 2013-08-28 22:27:24 -07:00
zlib.js