mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 10:15:31 +00:00
http: fix some clippy errors, including possible network bug
This commit is contained in:
parent
c202d9ba41
commit
8fc09cb130
3 changed files with 24 additions and 28 deletions
|
|
@ -21,7 +21,7 @@ pub fn urlencode_20_bytes(
|
|||
).unwrap();
|
||||
}
|
||||
|
||||
output.write(&tmp)?;
|
||||
output.write_all(&tmp)?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue