Skip to content

Commit

Permalink
experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
mmastrac committed Nov 15, 2023
1 parent 7eca613 commit 2ec752d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1858,7 +1858,7 @@ pub(super) mod tests {
w.handshake().await.unwrap();
while !buf.is_empty() {
let n = w.write(&buf).await.unwrap();
w.flush().await.unwrap();
// w.flush().await.unwrap();
buf = &mut buf[n..];
trace!("[TEST] wrote {n}");
}
Expand Down

0 comments on commit 2ec752d

Please sign in to comment.