comparison src/http/ngx_http_request.c @ 209:e1c815be05ae

nginx-0.0.1-2003-12-09-18:08:11 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 09 Dec 2003 15:08:11 +0000
parents 267ea1d98683
children 00cafae0bdf1
comparison
equal deleted inserted replaced
208:0b67be7d4489 209:e1c815be05ae
282 ngx_http_core_srv_conf_t *cscf; 282 ngx_http_core_srv_conf_t *cscf;
283 283
284 c = rev->data; 284 c = rev->data;
285 r = c->data; 285 r = c->data;
286 286
287 ngx_log_debug(rev->log, "http process request line"); 287 ngx_log_debug0(NGX_LOG_DEBUG_HTTP, rev->log, 0,
288 "http process request line");
288 289
289 if (rev->timedout) { 290 if (rev->timedout) {
290 ngx_http_client_error(r, 0, NGX_HTTP_REQUEST_TIME_OUT); 291 ngx_http_client_error(r, 0, NGX_HTTP_REQUEST_TIME_OUT);
291 return; 292 return;
292 } 293 }