TODO: sort proxies by descending prefix length.

This commit is contained in:
Julien Fontanet 2015-05-19 12:59:02 +02:00
parent 452826bd61
commit 91f557ac9e

View File

@ -149,6 +149,8 @@ const setUpProxies = (connect, opts) => {
return
}
// TODO: sort proxies by descending prefix length.
// HTTP request proxy.
forEach(opts, (target, url) => {
connect.use(url, (req, res) => {