Commit c970092
Jonney
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().1 parent 7c96730 commit c970092
1 file changed
+11
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
616 | 616 | | |
617 | 617 | | |
618 | 618 | | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
619 | 623 | | |
620 | 624 | | |
621 | | - | |
| 625 | + | |
622 | 626 | | |
623 | 627 | | |
624 | | - | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
625 | 634 | | |
626 | 635 | | |
627 | 636 | | |
| |||
0 commit comments