We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ab4abf commit 6a422d2Copy full SHA for 6a422d2
src/book01/ch06/cpp/oob_select/main.cpp
@@ -123,7 +123,6 @@ int main(int argc, const char *const argv[])
123
if (EINVAL == sock_wrap.get_last_error_code())
124
{
125
std::cout << "EINVAL - this is not OOB" << std::endl;
126
- recv_data(sock_wrap, client_sock, data_buff);
127
continue;
128
}
129
throw std::system_error(
0 commit comments