comparison src/http/ngx_http_write_filter_module.c @ 6480:f01ab2dbcfdc

Fixed logging.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 31 Mar 2016 02:33:57 +0300
parents b8926ba4d087
children a7ff19afbb14
comparison
equal deleted inserted replaced
6479:dc92298b1852 6480:f01ab2dbcfdc
172 } 172 }
173 173
174 *ll = NULL; 174 *ll = NULL;
175 175
176 ngx_log_debug3(NGX_LOG_DEBUG_HTTP, c->log, 0, 176 ngx_log_debug3(NGX_LOG_DEBUG_HTTP, c->log, 0,
177 "http write filter: l:%d f:%d s:%O", last, flush, size); 177 "http write filter: l:%ui f:%ui s:%O", last, flush, size);
178 178
179 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); 179 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module);
180 180
181 /* 181 /*
182 * avoid the output if there are no last buf, no flush point, 182 * avoid the output if there are no last buf, no flush point,