Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In Python 3.11, asyncio.sslproto.SSLProtocol inherits from asyncio.protocols.BufferedProtocol. In SSLProtocol, data_received() is no longer used and has been replaced with get_buffer() and buffer_updated().
- Loading branch information