mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 20:23:06 +00:00
this may fix #744
This commit is contained in:
Submodule 3rd/jemalloc updated: 896ed3a8b3...3541a904d6
@@ -698,6 +698,8 @@ send_buffer_(struct socket_server *ss, struct socket *s, struct socket_lock *l,
|
|||||||
raise_uncomplete(s);
|
raise_uncomplete(s);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
if (s->low.head)
|
||||||
|
return -1;
|
||||||
}
|
}
|
||||||
// step 4
|
// step 4
|
||||||
assert(send_buffer_empty(s) && s->wb_size == 0);
|
assert(send_buffer_empty(s) && s->wb_size == 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user