mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
LibURL: Remove note about bare-boned URL host parsing
It's not so bare-boned any longer :^)
This commit is contained in:
parent
96bb8fe944
commit
dd7c720657
Notes:
github-actions[bot]
2024-08-04 08:38:25 +00:00
Author: https://github.com/shannonbooth
Commit: dd7c720657
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/951
1 changed files with 0 additions and 1 deletions
|
@ -610,7 +610,6 @@ static ErrorOr<String> domain_to_ascii(StringView domain, bool be_strict)
|
||||||
}
|
}
|
||||||
|
|
||||||
// https://url.spec.whatwg.org/#concept-host-parser
|
// https://url.spec.whatwg.org/#concept-host-parser
|
||||||
// NOTE: This is a very bare-bones implementation.
|
|
||||||
static Optional<Host> parse_host(StringView input, bool is_opaque = false)
|
static Optional<Host> parse_host(StringView input, bool is_opaque = false)
|
||||||
{
|
{
|
||||||
// 1. If input starts with U+005B ([), then:
|
// 1. If input starts with U+005B ([), then:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue