-
|
When defining HTTP and HTTPS listeners, the generated xDS looks different for these two types. HTTP listeners create only one Listener, use the In contrast, HTTPS listeners use the My question is, why was this implemented like this? I stumbled over this when I tried to apply different Client Traffic Policies(CTP) to different HTTP Listeners, which is not allowed: Also, this needs to be handled properly in the implementation of an extension server as we need to distinguish these two cases. So wouldn't it make sense to align the HTTP xDS using I tried to illustrate the current situation a bit: HTTPS HTTP: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
https listeners can be mapped to a unique filter chain because they can be demuxed on SNI, http listeners cannot, so they are attached to the same filter chain |
Beta Was this translation helpful? Give feedback.
https listeners can be mapped to a unique filter chain because they can be demuxed on SNI, http listeners cannot, so they are attached to the same filter chain