----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66433/ -----------------------------------------------------------
Review request for mesos, Akash Gupta, Eric Mumau, John Kordich, Joseph Wu, and Michael Park. 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
