comparison src/http/ngx_http_log_handler.c @ 280:7c7183b3ea8b

nginx-0.0.2-2004-03-05-11:34:24 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 05 Mar 2004 08:34:24 +0000
parents f1d0e5f09c1e
children 30310107dbc9
comparison
equal deleted inserted replaced
279:b79f021a644a 280:7c7183b3ea8b
127 size_t len; 127 size_t len;
128 ngx_http_log_t *log; 128 ngx_http_log_t *log;
129 ngx_http_log_op_t *op; 129 ngx_http_log_op_t *op;
130 ngx_http_log_loc_conf_t *lcf; 130 ngx_http_log_loc_conf_t *lcf;
131 #if (WIN32) 131 #if (WIN32)
132 u_int written; 132 u_long written;
133 #endif 133 #endif
134 134
135 ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, 135 ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
136 "http log handler"); 136 "http log handler");
137 137