Skip to content

Commit

Permalink
nit: remove send_buffer_empty leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils authored Jan 7, 2024
1 parent 142ebe2 commit 5c3b466
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/aioquic/quic/stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ def on_data_delivery(
if stop > start:
self._pending.add(start, stop)
if stop == self._buffer_fin:
self.send_buffer_empty = False
self._pending_eof = True

def on_reset_delivery(self, delivery: QuicDeliveryState) -> None:
Expand Down

0 comments on commit 5c3b466

Please sign in to comment.