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
Currently we are not setting known appProtocol values to indicate our backends expect a certain protocol. This is the mechanic used by Gateway API implementations
I think we should start with h2c first since we have a mechanic defined in our runtime contract to specify that protocol.
For websocket - this in theory should just be on by default (contour toggled it on for Gateway API). There might be other implementations that have this off but let's revisit that when we find one that doesn't
The text was updated successfully, but these errors were encountered:
Feature Request
Currently we are not setting known appProtocol values to indicate our backends expect a certain protocol. This is the mechanic used by Gateway API implementations
ref: istio/istio#47610
ref: projectcontour/contour#5897
I think we should start with h2c first since we have a mechanic defined in our runtime contract to specify that protocol.
For websocket - this in theory should just be on by default (contour toggled it on for Gateway API). There might be other implementations that have this off but let's revisit that when we find one that doesn't
The text was updated successfully, but these errors were encountered: