Skip to content

Commit

Permalink
Revert "Normalize URL paths: convert /.//p, /..//p, and //p to p (ser…
Browse files Browse the repository at this point in the history
…vo#943)" (servo#999)

* Revert "Normalize URL paths: convert /.//p, /..//p, and //p to p (servo#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
  • Loading branch information
valenting authored and theskim committed Dec 17, 2024
1 parent 6ff7929 commit bed0798
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions url/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1799,6 +1799,7 @@ impl Url {
}
parser.parse_cannot_be_a_base_path(parser::Input::new_no_trim(path));
} else {
let mut has_host = true; // FIXME
parser.parse_path_start(
scheme_type,
&mut has_host,
Expand Down

0 comments on commit bed0798

Please sign in to comment.