mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-03-31 17:15:31 +00:00
change arg attribute name
This commit is contained in:
parent
ac53f73a60
commit
339f0bb1af
1 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ fn client_connection_request_titan() {
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
std::str::from_utf8(
|
std::str::from_utf8(
|
||||||
&Request::titan(
|
&Request::titan(
|
||||||
Uri::parse(&format!("{REQUEST}?arg={ARGUMENT}"), UriFlags::NONE).unwrap(),
|
Uri::parse(&format!("{REQUEST}?argument={ARGUMENT}"), UriFlags::NONE).unwrap(),
|
||||||
DATA.to_vec(),
|
DATA.to_vec(),
|
||||||
Some(MIME.to_string()),
|
Some(MIME.to_string()),
|
||||||
Some(TOKEN.to_string()),
|
Some(TOKEN.to_string()),
|
||||||
|
|
@ -34,7 +34,7 @@ fn client_connection_request_titan() {
|
||||||
)
|
)
|
||||||
.unwrap(),
|
.unwrap(),
|
||||||
format!(
|
format!(
|
||||||
"{REQUEST};size={};mime={MIME};token={TOKEN}?arg={ARGUMENT}\r\n{}",
|
"{REQUEST};size={};mime={MIME};token={TOKEN}?argument={ARGUMENT}\r\n{}",
|
||||||
DATA.len(),
|
DATA.len(),
|
||||||
std::str::from_utf8(DATA).unwrap(),
|
std::str::from_utf8(DATA).unwrap(),
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue