linkerd2-proxy/tests
Oliver Gould 53a85f442a
Split the `timeout` module into its own subcrate (#96)
The `timeout` module has very little to do with the proxy, specifically.

This change moves it into a dedicated subcrate. This helps to clarify
dependencies and to minimize generic logic in the main proxy crate.

In doing this, an unused implementation of AsyncRead/AsyncWrite for
Timeout was deleted.

Furthermore, the `HumanDuration` type has been copied into
tests/support/mod.rs so that this type need not be part of the timeout
module's public API.
2018-09-18 15:09:31 -07:00
..
support Split the `timeout` module into its own subcrate (#96) 2018-09-18 15:09:31 -07:00
discovery.rs Add orig-proto which uses HTTP2 between proxies (#32) 2018-08-03 15:03:14 -07:00
shutdown.rs Migrate `conduit-proxy` to `linkerd2-proxy` 2018-07-07 22:45:21 +00:00
telemetry.rs Mark tcp_connect_err tests as macos-specific (#63) 2018-08-14 12:32:41 -07:00
transparency.rs strip other connection-level headers from HTTP/1 (#43) 2018-08-07 11:00:42 -07:00