Return the current size of the read buffer.
(self)
| 200 | self._ssl_protocol._incoming_high_water) |
| 201 | |
| 202 | def get_read_buffer_size(self): |
| 203 | """Return the current size of the read buffer.""" |
| 204 | return self._ssl_protocol._get_read_buffer_size() |
| 205 | |
| 206 | @property |
| 207 | def _protocol_paused(self): |
nothing calls this directly
no test coverage detected