> On April 23, 2020, 8:34 a.m., Greg Mann wrote:
> > 3rdparty/libprocess/src/ssl/openssl_socket.cpp
> > Lines 581-585 (original), 581-585 (patched)
> > <https://reviews.apache.org/r/72352/diff/1/?file=2224524#file2224524line581>
> >
> >     Instead of using `.then()` and returning `Nothing()`, can you use 
> > `.onReady()` and make the callback a void function?

Yep!


- Benjamin


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


On April 21, 2020, 5:43 p.m., Benjamin Mahler wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/72352/
> -----------------------------------------------------------
> 
> (Updated April 21, 2020, 5:43 p.m.)
> 
> 
> Review request for mesos and Greg Mann.
> 
> 
> Bugs: MESOS-10114
>     https://issues.apache.org/jira/browse/MESOS-10114
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> The accept loop was chaining the loop body Future on the result of
> io::poll/io::read, which meant that any failed poll/read would cause
> the loop body to return a failed future and the loop to stop running.
> 
> This would lead to the server socket silently no longer accepting
> incoming connections.
> 
> 
> Diffs
> -----
> 
>   3rdparty/libprocess/src/ssl/openssl_socket.hpp 
> 0528c03faaa5f8372cf09c1f51be66934f405661 
>   3rdparty/libprocess/src/ssl/openssl_socket.cpp 
> 3f4dab6b92f202ee89cc2e06db997c41e4c6ca00 
> 
> 
> Diff: https://reviews.apache.org/r/72352/diff/1/
> 
> 
> Testing
> -------
> 
> Added a test in subsequent patch.
> 
> 
> Thanks,
> 
> Benjamin Mahler
> 
>

Reply via email to