mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-04-01 17:45:35 +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"),
|
Some("geminiprotocol.net"),
|
||||||
-1,
|
-1,
|
||||||
"/path/",
|
"/path/",
|
||||||
Some("?query"),
|
Some("query"),
|
||||||
Some("?fragment"),
|
Some("fragment"),
|
||||||
);
|
);
|
||||||
|
|
||||||
let resolve = Redirect::from_str("30 /uri\r\n").unwrap();
|
let resolve = Redirect::from_str("30 /uri\r\n").unwrap();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue