comparison src/http/ngx_http_request.c @ 1776:529101a09048

style fix
author Igor Sysoev <igor@sysoev.ru>
date Tue, 25 Dec 2007 15:31:18 +0000
parents 3748e50f9b23
children 06014cfdb5b1
comparison
equal deleted inserted replaced
1775:108576aef610 1776:529101a09048
1675 if (rc == NGX_AGAIN) { 1675 if (rc == NGX_AGAIN) {
1676 r->fast_subrequest = 0; 1676 r->fast_subrequest = 0;
1677 } 1677 }
1678 1678
1679 ngx_log_debug2(NGX_LOG_DEBUG_HTTP, c->log, 0, 1679 ngx_log_debug2(NGX_LOG_DEBUG_HTTP, c->log, 0,
1680 "http fast subrequest: \"%V?%V\" done", 1680 "http fast subrequest: \"%V?%V\" done",
1681 &r->uri, &r->args); 1681 &r->uri, &r->args);
1682 return; 1682 return;
1683 } 1683 }
1684 1684
1685 if (rc != NGX_AGAIN) { 1685 if (rc != NGX_AGAIN) {
1686 ngx_log_debug2(NGX_LOG_DEBUG_HTTP, c->log, 0, 1686 ngx_log_debug2(NGX_LOG_DEBUG_HTTP, c->log, 0,