mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-03-31 17:15:31 +00:00
apply new version requirements
This commit is contained in:
parent
e6661c1d00
commit
0aeb501760
1 changed files with 2 additions and 2 deletions
|
|
@ -39,10 +39,10 @@ impl Request {
|
|||
uri.to_string_partial(UriHideFlags::QUERY),
|
||||
data.len()
|
||||
);
|
||||
if let Some(ref mime) = mime {
|
||||
if let Some(mime) = mime {
|
||||
header.push_str(&format!(";mime={mime}"));
|
||||
}
|
||||
if let Some(ref token) = token {
|
||||
if let Some(token) = token {
|
||||
header.push_str(&format!(";token={token}"));
|
||||
}
|
||||
if let Some(query) = uri.query() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue