Commit 7fa5873
committed
xds: Remove empty-string SNI handling
Remove handling that propagated an empty string as SNI when no SNI
conditions were met.
With the legacy authority-based fallback removed, omitting SNI is the
intended behavior under gRFC A101. Relying on an empty string as an
intermediate representation is unnecessary and couples behavior to an
internal detail.
This also removes a test that asserted the empty-string SNI, as it no
longer reflects a stable or observable contract.1 parent ac57eed commit 7fa5873
2 files changed
Lines changed: 0 additions & 19 deletions
File tree
- xds/src
- main/java/io/grpc/xds/internal/security
- test/java/io/grpc/xds/internal/security
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
226 | | - | |
227 | 225 | | |
228 | 226 | | |
229 | 227 | | |
| |||
Lines changed: 0 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | 299 | | |
317 | 300 | | |
318 | 301 | | |
| |||
0 commit comments