linkerd2-proxy/proxy/router
Oliver Gould 1842418c97 proxy/router: Create a separate `cache` module (#920)
The router's `Inner` type contains a map of routes. Recently, this map's
capacity has become constrained to prevent leakage for long-running
processes.

This change prepares for a fuller LRU implementation by moving the
router's `Inner` type to a new (tested) module, `cache`.
2018-05-10 14:00:50 -07:00
..
src proxy/router: Create a separate `cache` module (#920) 2018-05-10 14:00:50 -07:00
Cargo.toml proxy: Upgrade tower dependencies (#892) 2018-05-02 13:40:55 -07:00