Ben Noordhuis
f26362e938
http: use socket.once, not socket.on
...
Register the 'close' event listener with .once(), not .on().
It doesn't matter in the grand scheme of things because the listener
doesn't keep references to any heavy-weight objects but using .once()
for a oneshot listener is something of a best practice.
2013-03-01 13:11:40 +01:00
..
2012-07-06 19:28:35 -07:00
2011-03-14 17:37:05 -07:00
2012-07-29 19:48:16 +09:00
2011-10-05 18:51:06 -07:00
2013-01-25 10:42:38 -08:00
2012-08-30 16:13:27 +02:00
2012-07-06 19:28:35 -07:00
2012-04-29 22:27:45 +02:00
2011-03-14 17:37:05 -07:00
2012-05-15 11:37:34 -07:00
2013-01-08 04:32:40 +01:00
2013-01-18 12:13:32 +01:00
2012-09-25 11:08:52 -07:00
2012-10-25 13:37:08 -07:00
2011-03-14 17:37:05 -07:00
2012-12-12 09:46:22 +01:00
2013-03-01 13:11:40 +01:00
2012-08-24 16:56:06 +02:00
2012-07-06 15:26:41 -07:00
2012-11-28 21:51:27 +01:00
2012-06-21 12:05:33 -07:00
2012-06-21 12:05:33 -07:00
2012-02-27 14:03:18 -08:00
2012-06-19 14:07:48 -07:00
2012-10-24 02:52:18 +02:00
2012-10-12 16:37:17 -07:00
2012-09-10 16:00:27 -07:00
2012-05-05 22:47:24 +09:00
2012-06-28 10:14:03 -07:00
2012-07-05 23:07:27 +02:00
2013-01-18 03:48:05 +04:00
2012-06-21 12:05:33 -07:00
2012-10-25 01:06:00 +02:00
2012-09-08 15:09:59 -07:00
2012-03-03 23:48:57 -08:00
2013-02-05 22:25:54 +01:00