-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65179/
-----------------------------------------------------------
Review request for mesos, Alexander Rukletsov, Greg Mann, and Joseph Wu.
Bugs: MESOS-7028
https://issues.apache.org/jira/browse/MESOS-7028
Repository: mesos
Description
-------
This patch is a small correction of commit d4185d4a11.
Before this patch, if EOF event for a ssl socket is received before
a client called `recv`, then this EOF event is lost. This leads to
hanging `recv` on the ssl socket after calling `shutdown`.
Diffs
-----
3rdparty/libprocess/src/libevent_ssl_socket.cpp
1c95ebabfefd07aaeb053b965ab8e4550dfccaef
Diff: https://reviews.apache.org/r/65179/diff/1/
Testing
-------
sudo make check (Fedora 25)
internal CI
Thanks,
Andrei Budnik