2
0
mirror of https://github.com/status-im/consul.git synced 2025-01-12 06:44:41 +00:00
Florian Apolloner c01922d40a
Allow passing ALPN next protocols down to connect services. Fixes . ()
* Allow passing ALPN next protocols down to connect services. Fixes .

* Update connect/proxy/proxy_test.go

Co-authored-by: Paul Banks <banks@banksco.de>

Co-authored-by: Paul Banks <banks@banksco.de>
2021-03-26 11:34:47 +00:00

4 lines
175 B
Plaintext

```release-note:improvement
connect: The builtin connect proxy no longer advertises support for h2 via ALPN. [[GH-4466](https://github.com/hashicorp/consul/issues/4466)].
```