Skip to content

Commit

Permalink
v2.0: Remove explicit stream finish (backport of solana-labs#2760) (s…
Browse files Browse the repository at this point in the history
…olana-labs#2766)

Remove explicit stream finish (solana-labs#2760)

(cherry picked from commit 61d6a22)

Co-authored-by: Lijun Wang <[email protected]>
  • Loading branch information
mergify[bot] and lijunwangs authored Sep 8, 2024
1 parent b55220f commit 81c310a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion quic-client/src/nonblocking/quic_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ impl QuicClient {
let mut send_stream = connection.open_uni().await?;

send_stream.write_all(data).await?;
send_stream.finish().await?;
Ok(())
}

Expand Down

0 comments on commit 81c310a

Please sign in to comment.