Skip to content

Commit 3bc0720

Browse files
committed
streams: Drop one unnecessary _maybe_resume_protocol call
1 parent 62ef849 commit 3bc0720

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

uvloop/handles/stream.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,6 @@ cdef class UVStream(UVBaseTransport):
468468

469469
self._buffer_size -= sent
470470
self._buffer[0] = data
471-
self._maybe_resume_protocol()
472471

473472
# At this point it's either data was sent partially,
474473
# or an EAGAIN has happened.

0 commit comments

Comments
 (0)