Преглед на файлове

LibURL: Remove note about bare-boned URL host parsing

It's not so bare-boned any longer :^)
Shannon Booth преди 11 месеца
родител
ревизия
dd7c720657
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      Userland/Libraries/LibURL/Parser.cpp

+ 0 - 1
Userland/Libraries/LibURL/Parser.cpp

@@ -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: