----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66433/#review200515 -----------------------------------------------------------
Ship it! Ship It! - John Kordich On April 4, 2018, 7:18 p.m., Andrew Schwartzmeyer wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/66433/ > ----------------------------------------------------------- > > (Updated April 4, 2018, 7:18 p.m.) > > > Review request for mesos, Akash Gupta, Eric Mumau, John Kordich, Joseph Wu, > and Michael Park. > > > Bugs: MESOS-8675 > https://issues.apache.org/jira/browse/MESOS-8675 > > > Repository: mesos > > > Description > ------- > > This is an edge case where a third-party library (libcurl) requires a > CRT integer file descriptor. Thus we explicitly allocate one via > `crt()`, which requires that we also manually close it via `_close()`, > not `os::close()`. > > > Diffs > ----- > > 3rdparty/stout/include/stout/net.hpp > d2992c05b221ea90dae1c06d27753932f7411925 > > > Diff: https://reviews.apache.org/r/66433/diff/1/ > > > Testing > ------- > > > Thanks, > > Andrew Schwartzmeyer > >
