linkerd2-proxy/proxy
Oliver Gould 77017eedea proxy: Fix Tap ID generation (#885)
The proxy's tap server assigns a sequential numeric ID to each inbound
Tap request to assist tap lifecycle management.

The server implementation keeps a local counter to keep track of tap
IDs. However, this implementation is cloned for each individual tap
requests, so `0` the only tap ID ever used.

This change moves the Tap ID to be stored in a shared atomic integer.

Debug logging has been improved as well.
2018-05-01 11:59:45 -07:00
..
benches proxy: Fix metrics constructor in benches (#881) 2018-04-30 17:48:07 -07:00
convert Prepare for the v0.3.0 release (#406) 2018-02-21 11:14:11 -08:00
futures-mpsc-lossy Prepare for the v0.3.0 release (#406) 2018-02-21 11:14:11 -08:00
router Proxy: Upgrade h2 and indexmap crates (#572) 2018-03-14 12:35:38 -07:00
src proxy: Fix Tap ID generation (#885) 2018-05-01 11:59:45 -07:00
tests proxy: wrap connections in Transport sensor before peeking (#851) 2018-04-27 14:18:23 -07:00
Cargo.toml Proxy: Use trust-dns-resolver for DNS. (#834) 2018-04-25 10:04:49 -10:00