bittorrent-tracker/lib/client
Feross Aboukhadijeh ddee6b96b5 Fix URL constructor on udp:// urls in Chrome App environment
For: https://github.com/brave/brave-browser/issues/5604

`bittorrent-tracker` is broken when run in a Chrome App environment.

The issue is that the `URL` constructor is buggy Chromium. https://bugs.chromium.org/p/chromium/issues/detail?id=734880

We switched to `URL` from `require('url')` in `bittorrent-tracker@9.13.0`. Commit: 93b41391a9

This code path was not exercised by `bittorrent-tracker`'s tests because UDP trackers are normally only used in a Node.js environment. Braves run the code in a Chrome extension environment which we don't test.
2019-08-08 20:04:41 -07:00
..
http-tracker.js replace self with this 2018-10-03 15:06:38 +02:00
tracker.js replace self with this 2018-10-03 15:06:38 +02:00
udp-tracker.js Fix URL constructor on udp:// urls in Chrome App environment 2019-08-08 20:04:41 -07:00
websocket-tracker.js Merge branch 'master' into modernize_lib_client 2018-11-22 11:00:48 -05:00