mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-25 12:43:09 +00:00
bugfix: Don't need inc sending since dw_buffer is not NULL
This commit is contained in:
@@ -1846,8 +1846,6 @@ socket_server_send(struct socket_server *ss, struct socket_sendbuffer *buf) {
|
|||||||
|
|
||||||
socket_unlock(&l);
|
socket_unlock(&l);
|
||||||
|
|
||||||
inc_sending_ref(s, id);
|
|
||||||
|
|
||||||
struct request_package request;
|
struct request_package request;
|
||||||
request.u.send.id = id;
|
request.u.send.id = id;
|
||||||
request.u.send.sz = 0;
|
request.u.send.sz = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user