We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f66353 commit 4e96818Copy full SHA for 4e96818
uvloop/handles/stream.pyx
@@ -470,7 +470,7 @@ cdef class UVStream(UVBaseTransport):
470
if not buf_len:
471
return
472
473
- if not self._protocol_paused and (<uv.uv_stream_t*>self._handle).write_queue_size == 0:
+ if (<uv.uv_stream_t*>self._handle).write_queue_size == 0:
474
# libuv internal write buffers for this stream are empty.
475
if buf_len == 1:
476
# If we only have one piece of data to send, let's
0 commit comments