mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
update c->sent in ngx_unix_send()
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user