diff --git a/src/uri/path.rs b/src/uri/path.rs index 9dc9406a..74154db9 100644 --- a/src/uri/path.rs +++ b/src/uri/path.rs @@ -78,7 +78,9 @@ impl PathAndQuery { // Allowed: 0x21 / 0x24 - 0x3B / 0x3D / 0x3F - 0x7E 0x21 | 0x24..=0x3B | + 0x3C | // Layer0: Allow < in query 0x3D | + 0x3E | // Layer0: Allow > in query 0x3F..=0x7E => {}, b'#' => {