-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53802/
-----------------------------------------------------------
(Updated Nov. 17, 2016, 12:27 a.m.)
Review request for mesos, Benjamin Mahler and Joseph Wu.
Bugs: MESOS-5966
https://issues.apache.org/jira/browse/MESOS-5966
Repository: mesos
Description (updated)
-------
Previously, it was possible for an SSL socket to either:
1) Fail to receive an EOF if the EOF event was received when
there was no pending recv() request.
2) Fail to receive all data sent on the sending side if an
EOF event was received before all sent data was read.
This patch eliminates these race conditions to ensure reliable
receipt of both sent data and EOFs.
Diffs
-----
3rdparty/libprocess/src/libevent_ssl_socket.hpp
acb00d41c637a318b2f16fff9e97998b9c79b809
3rdparty/libprocess/src/libevent_ssl_socket.cpp
21f878ee81db32ad35878ec053c3f2de3637196c
Diff: https://reviews.apache.org/r/53802/diff/
Testing
-------
Testing details found at the end of this review chain.
Thanks,
Greg Mann