mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 09:30:45 +00:00
net: tcp: handle trivial case of merge_out_of_order()
This commit is contained in:
@@ -397,6 +397,9 @@ void tcp<InetTraits>::connection_refused() {
|
||||
|
||||
template <typename InetTraits>
|
||||
void tcp<InetTraits>::tcb::merge_out_of_order() {
|
||||
if (_rcv.out_of_order.empty()) {
|
||||
return;
|
||||
}
|
||||
abort();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user