Closed OfTheDelmer closed 9 months ago
Current dependencies on/for this PR:
This stack of pull requests is managed by Graphite.
I think as a general rule we should push more validation to our hosted services so we can adjust those rules over time. There will be exceptions, but I think @jrobsonchase is right on this one.
Why
We'd like to be able specify http2 when building an http tunnel
How
Add
app_protocol
to the builder and plumb theforwards_proto
into the session rpc.Validation
Run an example with the http2 app protocol and confirm the correct
forwardsProto
was set to"http2"
or""
.