Skip to content

Commit bed0798

Browse files
valentingtheskim
authored andcommitted
Revert "Normalize URL paths: convert /.//p, /..//p, and //p to p (#943)" (#999)
* Revert "Normalize URL paths: convert /.//p, /..//p, and //p to p (#943)" This reverts commit b08a655. * Update rust version to 1.63 - required by libc v0.2.164 * Update github workflow runner to rust 1.63
1 parent 6ff7929 commit bed0798

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

url/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1799,6 +1799,7 @@ impl Url {
17991799
}
18001800
parser.parse_cannot_be_a_base_path(parser::Input::new_no_trim(path));
18011801
} else {
1802+
let mut has_host = true; // FIXME
18021803
parser.parse_path_start(
18031804
scheme_type,
18041805
&mut has_host,

0 commit comments

Comments
 (0)