-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
sendfile with TLS/SSL transport #512
Copy link
Copy link
Closed
Labels
Description
I was thinking about TLS/SSL today, and just realised that the current implementation doesn't take that into account.
We need a way to force _sendfile_fallback when ssl=True in loop.create_server.
I was thinking, if transport.get_extra_info('sslcontext', False) is True then we fallback. What do you think?
Reactions are currently unavailable