add comment
This commit is contained in:
parent
3fb0cd4a5e
commit
5db84b1a9f
1 changed files with 5 additions and 0 deletions
|
@ -423,6 +423,11 @@ ngx_http_log_bytes_sent(ngx_http_request_t *r, u_char *buf,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
* although there is a real $body_bytes_sent variable,
|
||||||
|
* this log operation code function is more optimized for logging
|
||||||
|
*/
|
||||||
|
|
||||||
static u_char *
|
static u_char *
|
||||||
ngx_http_log_body_bytes_sent(ngx_http_request_t *r, u_char *buf,
|
ngx_http_log_body_bytes_sent(ngx_http_request_t *r, u_char *buf,
|
||||||
ngx_http_log_op_t *op)
|
ngx_http_log_op_t *op)
|
||||||
|
|
Loading…
Reference in a new issue