We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
get_write_buffer_limits
1 parent f7a82cd commit 18fbc56Copy full SHA for 18fbc56
Lib/asyncio/sslproto.py
@@ -199,12 +199,6 @@ def get_read_buffer_size(self):
199
"""Return the current size of the read buffer."""
200
return self._ssl_protocol._get_read_buffer_size()
201
202
- def get_write_buffer_limits(self):
203
- """Get the high and low watermarks for write flow control.
204
- Return a tuple (low, high) where low and high are
205
- positive number of bytes."""
206
- return self._ssl_protocol._transport.get_write_buffer_limits()
207
-
208
@property
209
def _protocol_paused(self):
210
# Required for sendfile fallback pause_writing/resume_writing logic
0 commit comments