-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/72406/
-----------------------------------------------------------

Review request for mesos and Greg Mann.


Bugs: MESOS-10124
    https://issues.apache.org/jira/browse/MESOS-10124


Repository: mesos


Description
-------

Using the zero byte read trick against io::read is problematic
since io::read aims to provide consistent behavior across POSIX
and Windows by returning immediately.

Now that io::poll for reads is implemented, we can fix this by
removing the Windows specialization and just using io::poll.


Diffs
-----

  3rdparty/libprocess/src/ssl/openssl_socket.cpp 
3f4dab6b92f202ee89cc2e06db997c41e4c6ca00 


Diff: https://reviews.apache.org/r/72406/diff/1/


Testing
-------

make check and started running it through internal CI


Thanks,

Benjamin Mahler

Reply via email to