mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 00:27:47 +00:00
AK: Do not consider port of 0 as a null port
This fixes an issue where if a port number of 0 was given for a non special scheme the port number was being dropped.
This commit is contained in:
parent
66f4cdba85
commit
23e82114b4
Notes:
sideshowbarker
2024-07-17 17:49:11 +09:00
Author: https://github.com/shannonbooth
Commit: 23e82114b4
Pull-request: https://github.com/SerenityOS/serenity/pull/20567
Reviewed-by: https://github.com/ADKaster
4 changed files with 14 additions and 4 deletions
|
@ -34,3 +34,12 @@ hostname => '[1:1:0:0:1::]'
|
|||
port => ''
|
||||
pathname => '/'
|
||||
search => ''
|
||||
unknown://serenityos.org:0
|
||||
protocol => 'unknown:'
|
||||
username => ''
|
||||
password => ''
|
||||
host => 'serenityos.org:0'
|
||||
hostname => 'serenityos.org'
|
||||
port => '0'
|
||||
pathname => ''
|
||||
search => ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue