comparison src/http/modules/ngx_http_log_module.c @ 1446:7d70686fda27 stable-0.5

r1272 merge: add comment
author Igor Sysoev <igor@sysoev.ru>
date Sat, 01 Sep 2007 09:51:57 +0000
parents 6e2216ad2c87
children bb662e047a21
comparison
equal deleted inserted replaced
1420:f25c82f19c0a 1446:7d70686fda27
421 { 421 {
422 return ngx_sprintf(buf, "%O", r->connection->sent); 422 return ngx_sprintf(buf, "%O", r->connection->sent);
423 } 423 }
424 424
425 425
426 /*
427 * although there is a real $body_bytes_sent variable,
428 * this log operation code function is more optimized for logging
429 */
430
426 static u_char * 431 static u_char *
427 ngx_http_log_body_bytes_sent(ngx_http_request_t *r, u_char *buf, 432 ngx_http_log_body_bytes_sent(ngx_http_request_t *r, u_char *buf,
428 ngx_http_log_op_t *op) 433 ngx_http_log_op_t *op)
429 { 434 {
430 off_t length; 435 off_t length;