mirror of
https://github.com/nginx/nginx.git
synced 2024-12-20 14:13:33 -06: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;
|
||||
}
|
||||
|
||||
c->sent += n;
|
||||
|
||||
return n;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user