mirror of
https://github.com/nginx/nginx.git
synced 2025-06-08 02:02:38 +08:00
update c->sent in ngx_unix_send()
This commit is contained in:
parent
61b7791486
commit
6ac68bcc4c
@ -40,6 +40,8 @@ ngx_unix_send(ngx_connection_t *c, u_char *buf, size_t size)
|
|||||||
wev->ready = 0;
|
wev->ready = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
c->sent += n;
|
||||||
|
|
||||||
return n;
|
return n;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user