bugfix: Don't need inc sending since dw_buffer is not NULL

This commit is contained in:
Cloud Wu
2021-09-26 11:57:32 +08:00
parent 987bb3df47
commit edbed9f980

View File

@@ -1846,8 +1846,6 @@ socket_server_send(struct socket_server *ss, struct socket_sendbuffer *buf) {
socket_unlock(&l);
inc_sending_ref(s, id);
struct request_package request;
request.u.send.id = id;
request.u.send.sz = 0;