mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-17 05:05:03 +01:00
fix
This commit is contained in:
parent
262fdc3dc6
commit
c89a204a54
2 changed files with 1 additions and 4 deletions
|
|
@ -154,7 +154,6 @@ impl TransportConnection {
|
|||
|
||||
let mut header_buf = Vec::new();
|
||||
frame::write_content_header(&mut header_buf, &header)?;
|
||||
warn!(?header, ?header_buf, "Sending content header");
|
||||
frame::write_frame(&mut self.stream, FrameType::Header, channel, &header_buf).await?;
|
||||
|
||||
self.send_bodies(channel, body).await
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue