Skip to content
Snippets Groups Projects
Unverified Commit c970092a authored by Jonney's avatar Jonney Committed by GitHub
Browse files

Compatible with Python 3.11

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().
parent 7c967309
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment