We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb63f38 commit 1c6f8bbCopy full SHA for 1c6f8bb
1 file changed
src/net/tcp/connection.cpp
@@ -362,6 +362,7 @@ void Connection::segment_arrived(Packet_ptr incoming) {
362
prev_state_->to_string().c_str(), state_->to_string().c_str());
363
writeq_reset();
364
signal_close();
365
+ set_state(Closed::instance());
366
break;
367
};
368
case State::CLOSE: {
0 commit comments