commit | d6a9dc380aedeb27b8f45d16be95ed6855ae2ed9 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Tue Oct 12 21:50:45 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 12 21:50:45 2021 |
tree | ca0278ea934521e7b76553a6bddd1093052b9df7 | |
parent | 5264478de77d29838ceaa41673c5338d4688f718 [diff] |
Test that we do not send SNI on IP literals This is a regression test for https://crbug.com/500981, fixed way way back in the day. I was looking at whether url::HostIsIPAddress should be used instead. The answer is no because HostIsIPAddress expects a bracketed IPv6 literal, while HostPortPair gives back an unbracketed IPv6 literal. Rather than rely on my fallible code reading skills, write a test so the next person to try this has an easier time. Change-Id: Ie2d52657b2917d2201b162421405830b2a0eba75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3216352 Auto-Submit: David Benjamin <davidben@chromium.org> Commit-Queue: Matt Mueller <mattm@chromium.org> Reviewed-by: Matt Mueller <mattm@chromium.org> Cr-Commit-Position: refs/heads/main@{#930785}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.