linkerd2-proxy/tests/support
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
..
client.rs fix orig-proto translation with HTTP1 chunked bodies (#42) 2018-08-06 16:20:32 -07:00
controller.rs Add orig-proto which uses HTTP2 between proxies (#32) 2018-08-03 15:03:14 -07:00
mod.rs Split the `timeout` module into its own subcrate (#96) 2018-09-18 15:09:31 -07:00
proxy.rs Migrate `conduit-proxy` to `linkerd2-proxy` 2018-07-07 22:45:21 +00:00
server.rs fix orig-proto translation with HTTP1 chunked bodies (#42) 2018-08-06 16:20:32 -07:00
tcp.rs Migrate `conduit-proxy` to `linkerd2-proxy` 2018-07-07 22:45:21 +00:00