Skip to content

Commit

Permalink
fix uri arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
yggverse committed Feb 3, 2025
1 parent 041454d commit 998a4e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/connection/response/redirect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ fn test_to_uri() {
Some("geminiprotocol.net"),
-1,
"/path/",
Some("?query"),
Some("?fragment"),
Some("query"),
Some("fragment"),
);

let resolve = Redirect::from_str("30 /uri\r\n").unwrap();
Expand Down

0 comments on commit 998a4e9

Please sign in to comment.