bittorrent-tracker/lib/server
Feross Aboukhadijeh 7075088848 Close websockets when peers are evicted from LRU cache
Possibly fixes: https://github.com/feross/bittorrent-tracker/issues/196

Close websockets when peers are evicted from LRU cache, otherwise it's
possible for a peer object to be evicted from the LRU cache without the
socket being cleaned up. That will leak memory until the websocket is
closed by the remote client. It also messes up the stats.
2017-02-08 12:27:50 -08:00
..
parse-http.js Fixes for PR #185 2017-02-08 12:27:50 -08:00
parse-udp.js remove buffer-equals dependency 2016-03-24 03:25:31 -07:00
parse-websocket.js Fix bug where left = 0 would be converted to Infinity 2017-02-08 12:27:50 -08:00
swarm.js Close websockets when peers are evicted from LRU cache 2017-02-08 12:27:50 -08:00