[issue34975] start_tls() difficult when using asyncio.start_server()

Andrew Svetlov report at bugs.python.org
Sat May 11 14:56:22 EDT 2019


Andrew Svetlov <andrew.svetlov at gmail.com> added the comment:

I believe stream transport should be replaced.
If you have time please do this change.

Also please take a look at #36889 for merging StreamWriter and StreamReader.
It can simplify the replacement strategy.

Anyway, please keep your PR open at least.
The plan is: either merge your PR before writer/reader merging or land unified streams first and adopt the PR to new API.

Another thing that should be done before 3.8 feature freeze is support for sendfile in streams API. Hopefully, it is much simpler: no need for transport changing etc.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34975>
_______________________________________


More information about the Python-bugs-list mailing list