We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32b8bea commit 4b6cef5Copy full SHA for 4b6cef5
src/client/encode.rs
@@ -60,7 +60,7 @@ impl Encoder {
60
}
61
62
fn compute_head(&mut self) -> io::Result<Cursor<Vec<u8>>> {
63
- let mut buf = Vec::with_capacity(100);
+ let mut buf = Vec::with_capacity(128);
64
let url = self.request.url();
65
let method = self.request.method();
66
write!(buf, "{} ", method)?;
0 commit comments