mirror of
https://github.com/nginx/nginx.git
synced 2026-06-26 11:52:00 +00:00
update c->sent in ngx_unix_send()
This commit is contained in:
parent
61b7791486
commit
6ac68bcc4c
1 changed files with 2 additions and 0 deletions
|
|
@ -40,6 +40,8 @@ ngx_unix_send(ngx_connection_t *c, u_char *buf, size_t size)
|
|||
wev->ready = 0;
|
||||
}
|
||||
|
||||
c->sent += n;
|
||||
|
||||
return n;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue