File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ constexpr uint8_t PATH_PERCENT_ENCODE[32] = {
404
404
// 50 51 52 53 54 55 56 57
405
405
0x00 | 0x00 | 0x00 | 0x00 | 0x00 | 0x00 | 0x00 | 0x00 ,
406
406
// 58 59 5A 5B 5C 5D 5E 5F
407
- 0x00 | 0x00 | 0x00 | 0x00 | 0x00 | 0x00 | 0x00 | 0x00 ,
407
+ 0x00 | 0x00 | 0x00 | 0x00 | 0x00 | 0x00 | 0x40 | 0x00 ,
408
408
// 60 61 62 63 64 65 66 67
409
409
0x01 | 0x00 | 0x00 | 0x00 | 0x00 | 0x00 | 0x00 | 0x00 ,
410
410
// 68 69 6A 6B 6C 6D 6E 6F
Original file line number Diff line number Diff line change 1921
1921
"href" : " a:/" ,
1922
1922
"new_value" : " \u0000\u0001 \t\n\r \u001f !\" #$%&'()*+,-./09:;<=>?@AZ[\\ ]^_`az{|}~\u007f\u0080\u0081 Éé" ,
1923
1923
"expected" : {
1924
- "href" : " a:/%00%01%1F%20!%22%23$%&'()*+,-./09:;%3C=%3E%3F@AZ[\\ ]^_ %60az%7B|%7D~%7F%C2%80%C2%81%C3%89%C3%A9" ,
1925
- "pathname" : " /%00%01%1F%20!%22%23$%&'()*+,-./09:;%3C=%3E%3F@AZ[\\ ]^_ %60az%7B|%7D~%7F%C2%80%C2%81%C3%89%C3%A9"
1924
+ "href" : " a:/%00%01%1F%20!%22%23$%&'()*+,-./09:;%3C=%3E%3F@AZ[\\ ]%5E_ %60az%7B|%7D~%7F%C2%80%C2%81%C3%89%C3%A9" ,
1925
+ "pathname" : " /%00%01%1F%20!%22%23$%&'()*+,-./09:;%3C=%3E%3F@AZ[\\ ]%5E_ %60az%7B|%7D~%7F%C2%80%C2%81%C3%89%C3%A9"
1926
1926
}
1927
1927
},
1928
1928
{
Original file line number Diff line number Diff line change 8634
8634
"hash" : " " ,
8635
8635
"host" : " host" ,
8636
8636
"hostname" : " host" ,
8637
- "href" : " foo://host/%20!%22$%&'()*+,-./:;%3C=%3E@[\\ ]^_ %60%7B|%7D~" ,
8637
+ "href" : " foo://host/%20!%22$%&'()*+,-./:;%3C=%3E@[\\ ]%5E_ %60%7B|%7D~" ,
8638
8638
"origin" : " null" ,
8639
8639
"password" : " " ,
8640
- "pathname" : " /%20!%22$%&'()*+,-./:;%3C=%3E@[\\ ]^_ %60%7B|%7D~" ,
8640
+ "pathname" : " /%20!%22$%&'()*+,-./:;%3C=%3E@[\\ ]%5E_ %60%7B|%7D~" ,
8641
8641
"port" :" " ,
8642
8642
"protocol" : " foo:" ,
8643
8643
"search" : " " ,
8649
8649
"hash" : " " ,
8650
8650
"host" : " host" ,
8651
8651
"hostname" : " host" ,
8652
- "href" : " wss://host/%20!%22$%&'()*+,-./:;%3C=%3E@[/]^_ %60%7B|%7D~" ,
8652
+ "href" : " wss://host/%20!%22$%&'()*+,-./:;%3C=%3E@[/]%5E_ %60%7B|%7D~" ,
8653
8653
"origin" : " wss://host" ,
8654
8654
"password" : " " ,
8655
- "pathname" : " /%20!%22$%&'()*+,-./:;%3C=%3E@[/]^_ %60%7B|%7D~" ,
8655
+ "pathname" : " /%20!%22$%&'()*+,-./:;%3C=%3E@[/]%5E_ %60%7B|%7D~" ,
8656
8656
"port" :" " ,
8657
8657
"protocol" : " wss:" ,
8658
8658
"search" : " " ,
You can’t perform that action at this time.
0 commit comments