linkerd2/proxy/tests
Brian Smith 9c339afe72
Abstract I/O interface into a trait. (#1020)
* Rename so_original_dst.rs to addr_info.rs.

Prepare for expanding the functionality of this module by renaming it.

Signed-off-by: Brian Smith <brian@briansmith.org>

* Abstract I/O interface into a trait.

Instead of pattern matching over an `Io` variant, use a `Box<Io>` to
abstract the I/O interface. This will make it easier to add a TLS
transport.

Signed-off-by: Brian Smith <brian@briansmith.org>
2018-05-26 10:04:31 -10:00
..
support Abstract I/O interface into a trait. (#1020) 2018-05-26 10:04:31 -10:00
discovery.rs proxy: Make `outbound_updates_newer_services` test forward-compatible (#939) 2018-05-11 14:36:03 -07:00
shutdown.rs proxy tests: reduce some boilerplate, improve error information (#833) 2018-04-23 18:01:51 -07:00
telemetry.rs Introduce the `peer` label to transport metrics (#848) 2018-04-25 14:06:33 -07:00
transparency.rs proxy: rebind services on connect errors (#952) 2018-05-17 14:15:16 -07:00