properly terminate interrupted TCP connection. fixes #8685

pull/482/head
j-berman 11 months ago committed by selsta
parent 2f45d5c615
commit 438554e1ab
Signed by untrusted user: selsta
GPG Key ID: 2EA0A99A8B07AE5E

@ -583,11 +583,8 @@ namespace net_utils
break;
}
}
else if (ec.value())
terminate();
else {
cancel_timer();
on_interrupted();
terminate();
}
};
m_strand.post(

Loading…
Cancel
Save