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 3d813e1 commit ce4be61Copy full SHA for ce4be61
src/socket.cc
@@ -218,7 +218,7 @@ void Socket::WarnUnlessImmediateOption(int32_t option) const {
218
219
if (immediate.count(option) != 0) return;
220
if (endpoints == 0 && state == State::Open) return;
221
- // Warn(Env(), "Socket option will not take effect until next connect/bind.");
+ Warn(Env(), "Socket option will not take effect until next connect/bind.");
222
}
223
224
bool Socket::ValidateOpen() const {
0 commit comments