Skip to content

Commit 18fbc56

Browse files
committed
Remove older version of get_write_buffer_limits
1 parent f7a82cd commit 18fbc56

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Lib/asyncio/sslproto.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -199,12 +199,6 @@ def get_read_buffer_size(self):
199199
"""Return the current size of the read buffer."""
200200
return self._ssl_protocol._get_read_buffer_size()
201201

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-
208202
@property
209203
def _protocol_paused(self):
210204
# Required for sendfile fallback pause_writing/resume_writing logic

0 commit comments

Comments
 (0)