linkerd2-proxy/tower-h2
Sean McArthur 1e9ff8be03 proxy: add transparent protocol detection and handling
The proxy will now try to detect what protocol new connections are
using, and route them accordingly. Specifically:

- HTTP/2 stays the same.
- HTTP/1 is now accepted, and will try to send an HTTP/1 request
  to the target.
- If neither HTTP/1 nor 2, assume a TCP stream and simply forward
  between the source and destination.

* tower-h2: fix Server Clone bounds
* proxy: implement Async{Read,Write} extra methods for Connection

Closes #130 
Closes #131
2018-01-23 16:14:07 -08:00
..
examples Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
src proxy: add transparent protocol detection and handling 2018-01-23 16:14:07 -08:00
Cargo.toml Updates for v0.1.3 release (#185) 2018-01-19 13:58:52 -08:00