----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66433/#review200430 -----------------------------------------------------------
This should maybe be moved to come after https://reviews.apache.org/r/66437/ - Andrew Schwartzmeyer On April 3, 2018, 10:51 p.m., Andrew Schwartzmeyer wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/66433/ > ----------------------------------------------------------- > > (Updated April 3, 2018, 10:51 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 > >
