Greg Mann created MESOS-6770:
--------------------------------
Summary: Handle SSL socket read and write events separately
Key: MESOS-6770
URL: https://issues.apache.org/jira/browse/MESOS-6770
Project: Mesos
Issue Type: Improvement
Components: libprocess
Reporter: Greg Mann
The SSL socket code in libprocess currently does not distinguish between events
received during reading and those received during writing. However, libevent
does provide event flags with this information: {{BEV_EVENT_READING}} and
{{BEV_EVENT_WRITING}}. We should make use of these flags to handle read and
write events differently.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)