mirror of
https://github.com/nginx/nginx.git
synced 2025-08-01 02:56:15 +08:00
r1272 merge:
add comment
This commit is contained in:
parent
abaf558794
commit
1f693a9758
@ -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 *
|
||||
ngx_http_log_body_bytes_sent(ngx_http_request_t *r, u_char *buf,
|
||||
ngx_http_log_op_t *op)
|
||||
|
Loading…
Reference in New Issue
Block a user