You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now all configured clusters go over http1.1. Until #502 is supported we should create the option to have streams decide what protocol version to support, and have backing configuration for clusters configured for http1.1 and h2.
The text was updated successfully, but these errors were encountered:
…upstream requests (#697)
Description: this PR adds the ability to decide what protocol to use for upstream requests. Note that this will be unnecessary once ALPN works for upstream requests (#502)
Risk Level: low
Testing: updated unit tests
Docs Changes: updated docs
Fixes#679
Signed-off-by: Michael Rebello <[email protected]>
Co-authored-by: Michael Rebello <[email protected]>
Right now all configured clusters go over http1.1. Until #502 is supported we should create the option to have streams decide what protocol version to support, and have backing configuration for clusters configured for http1.1 and h2.
The text was updated successfully, but these errors were encountered: