envoyproxy/envoy
support for http/1.1 -> http2 client upgrade for outbound connections
オープン
#1,502 opened on 2017/08/21
enhancementhelp wanted
Repository metrics
- Stars
- (27,997 個のスター)
- PR merge metrics
- (平均マージ 8d) (30d で 378 merged PRs)
説明
Envoy only supports http2 connections to the upstream hosts with prior knowledge. Any upgrade request from http1.1 to http2 from the client is not supported.
Can this be supported?
Thanks!