linkerd2/proxy
Sean McArthur e3d61c9a70
proxy: enable HTTP CONNECT request support (#1200)
When the proxy receives a `CONNECT` request, the HTTP Upgrade pieces
are used since a CONNECT is very similar to an Upgrade. If the CONNECT
response back from the proxied client request is successful, the
connection is converted into a TCP proxy, just like with Upgrades.
2018-06-26 16:45:06 -07:00
..
benches Proxy: More carefully keep track of the reason TLS isn't used. (#1164) 2018-06-20 07:40:49 -10:00
controller-grpc proxy: Update prost to 0.4.0 (#1127) 2018-06-14 16:29:41 -07:00
futures-mpsc-lossy Prepare for the v0.3.0 release (#406) 2018-02-21 11:14:11 -08:00
router proxy/router: Implement LRU cache eviction (#925) 2018-05-10 19:06:31 -07:00
src proxy: enable HTTP CONNECT request support (#1200) 2018-06-26 16:45:06 -07:00
tests proxy: enable HTTP CONNECT request support (#1200) 2018-06-26 16:45:06 -07:00
Cargo.toml proxy: enable HTTP CONNECT request support (#1200) 2018-06-26 16:45:06 -07:00
Dockerfile proxy: update Rust compiler to 1.27.0 (#1207) 2018-06-26 13:12:17 -07:00