make SSL non-blocking
Bug #1096032 reported by
Andrew Hutchings
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Drizzle Client & Protocol Library |
Confirmed
|
Medium
|
Unassigned |
Bug Description
as shown in a @todo in conn.cc we are using blocking I/O for OpenSSL. Mostly due to my failings. We need to make this non-blocking.
Changed in libdrizzle: | |
milestone: | 5.1.2 → 5.1.3 |
To post a comment you must log in.
FWIW, I've started working on this a little in spare moments.