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

Review request for mesos and Andrew Schwartzmeyer.


Repository: mesos


Description
-------

`int socket = ::socket()` was used instead of `int_fd socket = ...`,
causing Windows to use the wrong `WindowsFD` constructor, throwing
an assertion failure.


Diffs
-----

  src/checks/tcp_connect.cpp 17d7abf924557568137dded9d1f0729213b8e4a9 


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


Testing
-------

Ran HealthCheckTest.HealthyTaskViaTCP on Windows + Linux.


Thanks,

Akash Gupta

Reply via email to