Files
node/test/parallel
Fedor Indutny ec2822adaa http: unref socket timer on parser execute
When underlying `net.Socket` instance is consumed in http server - no
`data` events are emitted, and thus `socket.setTimeout` fires the
callback even if the data is constantly flowing into the socket.

Fix this by calling `socket._unrefTimer()` on every `onParserExecute`
call.

Fix: #5899
PR-URL: https://github.com/nodejs/node/pull/6286
Reviewed-By: James M Snell <jasnell@gmail.com>
2016-04-20 13:57:54 -04:00
..
2016-04-03 22:11:33 -07:00
2016-01-01 16:37:02 -08:00
2015-06-05 22:58:14 -04:00
2016-04-12 17:21:29 -04:00
2016-04-08 13:58:48 -07:00