fix building by bcc/etc introduced in r2038
Igor Sysoev
14 years ago
331 | 331 |
ngx_http_err_page_t *err_page;
|
332 | 332 |
ngx_http_core_loc_conf_t *clcf;
|
333 | 333 |
|
334 | |
ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
|
|
334 |
ngx_log_debug3(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
|
335 | 335 |
"http special response: %d, \"%V?%V\"",
|
336 | 336 |
error, &r->uri, &r->args);
|
337 | 337 |
|