cloudflare / pingora

A library for building fast, reliable and evolvable network services.
Apache License 2.0
20.21k stars 1.1k forks source link

stream.selected_alpn_proto() #264

Closed xj524598 closed 3 weeks ago

xj524598 commented 3 weeks ago

pingora-version=0.2.0

when i use ProxyHttp ,it seems can not identify grpc/h2c,the core code=stream.selected_alpn_proto(),it seems h2 must work on tls?