0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 07:53:06 +01:00
nodejs/lib
Fedor Indutny d332ae4799 http: fix pipeline regression
Always check that socket still has the parser. It may be destroyed
interim, and we may end up with an uncaught exception.

Fix: https://github.com/nodejs/node/issues/3508
PR-URL: https://github.com/nodejs/node-private/pull/5
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
2015-12-04 14:42:13 +11:00
..
internal lib,src: ensure '(node:pid)' prefix for stdout logging 2015-12-03 12:24:38 -08:00
_debug_agent.js
_debugger.js lib,src: ensure '(node:pid)' prefix for stdout logging 2015-12-03 12:24:38 -08:00
_http_agent.js
_http_client.js
_http_common.js
_http_incoming.js
_http_outgoing.js
_http_server.js http: fix pipeline regression 2015-12-04 14:42:13 +11:00
_linklist.js
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js stream: be less eager with readable flag 2015-12-03 21:59:44 -05:00
_stream_transform.js
_stream_wrap.js
_stream_writable.js streams: update .readable/.writable to false 2015-12-02 12:56:48 -05:00
_tls_common.js lib,src: ensure '(node:pid)' prefix for stdout logging 2015-12-03 12:24:38 -08:00
_tls_legacy.js
_tls_wrap.js
assert.js
buffer.js buffer: fix writeInt{B,L}E for some neg values 2015-12-01 15:58:47 -07:00
child_process.js
cluster.js
console.js
constants.js
crypto.js
dgram.js
dns.js meta: remove use of profanity in source 2015-12-02 11:05:11 -08:00
domain.js
events.js lib,src: ensure '(node:pid)' prefix for stdout logging 2015-12-03 12:24:38 -08:00
fs.js
http.js
https.js
module.js module,repl: remove repl require() hack 2015-11-30 23:58:27 +01:00
net.js
os.js
path.js
process.js
punycode.js
querystring.js
readline.js
repl.js repl: allow leading period in multiline input 2015-12-01 19:40:43 -05:00
stream.js
string_decoder.js
sys.js
timers.js timers: optimize callback call: bind -> arrow 2015-12-02 11:14:28 -05:00
tls.js
tty.js
url.js
util.js util: determine object types in C++ 2015-12-02 11:16:21 -05:00
v8.js
vm.js
zlib.js