Skip to content
  • Jonney's avatar
    c970092a
    Compatible with Python 3.11 · c970092a
    Jonney authored
    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().
    c970092a
    Compatible with Python 3.11
    Jonney authored
    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