mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-03-31 17:15:31 +00:00
fix uri arguments
This commit is contained in:
parent
041454d8df
commit
998a4e97b4
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue