mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 10:08:10 +00:00
AK: Fix missing step step for serialization of IPv6 hosts
This was resulting in the incorrect host serialization of: http://[0:1:0:1:0:1:0:1] to [::1:0:1:0:1:0:1] and: http://[1:0:1:0:1:0:1:0] to [1::1:0:1:0:1:0]
This commit is contained in:
parent
4fdd4dd979
commit
aa7ca80d7c
3 changed files with 25 additions and 1 deletions
|
@ -7,3 +7,21 @@ hostname => 'serenityos.org'
|
|||
port => ''
|
||||
pathname => '/'
|
||||
search => ''
|
||||
http://[0:1:0:1:0:1:0:1]
|
||||
protocol => 'http:'
|
||||
username => ''
|
||||
password => ''
|
||||
host => '[0:1:0:1:0:1:0:1]'
|
||||
hostname => '[0:1:0:1:0:1:0:1]'
|
||||
port => ''
|
||||
pathname => '/'
|
||||
search => ''
|
||||
http://[1:0:1:0:1:0:1:0]
|
||||
protocol => 'http:'
|
||||
username => ''
|
||||
password => ''
|
||||
host => '[1:0:1:0:1:0:1:0]'
|
||||
hostname => '[1:0:1:0:1:0:1:0]'
|
||||
port => ''
|
||||
pathname => '/'
|
||||
search => ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue