bittorrent-tracker/lib
Feross Aboukhadijeh c75ca05479 swarm.announce() should always call callback
It’s important that calls to swarm.announce() always calls the callback
that it’s passed otherwise http announce/scrape requests
will hang (because res.end() is never called).

Also, since this swarm implementation is in-memory, we can get rid of
the callbacks to internal functions.

Lastly, fixed references to non-existent start() function.
2014-12-11 13:43:11 -08:00
..
common.js move parseHttpRequest(), parseUdpRequest() to lib/parse_{http,udp}.js 2014-12-10 00:44:45 +01:00
parse_http.js code style 2014-12-11 12:53:39 -08:00
parse_udp.js code style 2014-12-11 12:53:39 -08:00
swarm.js swarm.announce() should always call callback 2014-12-11 13:43:11 -08:00