Skip to content

Commit 1c605be

Browse files
committed
this may fix cloudwu#744
1 parent 55136b7 commit 1c605be

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

3rd/jemalloc

Submodule jemalloc updated 291 files

skynet-src/socket_server.c

+2
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,8 @@ send_buffer_(struct socket_server *ss, struct socket *s, struct socket_lock *l,
698698
raise_uncomplete(s);
699699
return -1;
700700
}
701+
if (s->low.head)
702+
return -1;
701703
}
702704
// step 4
703705
assert(send_buffer_empty(s) && s->wb_size == 0);

0 commit comments

Comments
 (0)