Skip to content

Commit

Permalink
stream: split RecvBuf and SendBuf into submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
ghedo committed Sep 11, 2023
1 parent cf9130f commit 883a616
Show file tree
Hide file tree
Showing 4 changed files with 1,980 additions and 1,887 deletions.
2 changes: 1 addition & 1 deletion quiche/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6801,7 +6801,7 @@ impl Connection {
let was_readable = stream.is_readable();
let priority_key = Arc::clone(&stream.priority_key);

let was_draining = stream.is_draining();
let was_draining = stream.recv.is_draining();

stream.recv.write(data)?;

Expand Down
Loading

0 comments on commit 883a616

Please sign in to comment.