This commit is contained in:
Benjamin Sergeant 2019-01-05 21:16:13 -08:00
parent cc8a9e883e
commit e80def0cd0

View File

@ -48,6 +48,8 @@ namespace ix
auto lineValid = lineResult.first;
auto line = lineResult.second;
std::cout << "read error: " << strerror(Socket::getErrno()) << std::endl;
REQUIRE(lineValid);
int status = -1;