Merge pull request #8900

438554e properly terminate interrupted TCP connection. fixes #8685 (j-berman)
pull/482/head
luigi1111 10 months ago
commit bd962882d1
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

@ -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