http: fix some clippy errors, including possible network bug

This commit is contained in:
Joakim Frostegård 2020-08-01 23:58:47 +02:00
parent c202d9ba41
commit 8fc09cb130
3 changed files with 24 additions and 28 deletions

View file

@ -21,7 +21,7 @@ pub fn urlencode_20_bytes(
).unwrap();
}
output.write(&tmp)?;
output.write_all(&tmp)?;
Ok(())
}