Details
-
New Feature
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
Async I/O for SCHANNEL is not implemented.
additionally, what is missing is a method to return SSL buffer data for all three SSL implementations (SCHANNEL, OpenSSL, GnuTLS). Before returning MYSQL_WAIT_READ to the application, goal is to check if the SSL library has buffered data available. If it does, set the ready status immediately and continue processing without going through the application's event loop.