comparison src/http/modules/ngx_http_ssi_filter_module.c @ 1320:e30e9de091b7

exit cycle early, found by Coverity's Scan
author Igor Sysoev <igor@sysoev.ru>
date Thu, 19 Jul 2007 19:12:36 +0000
parents 58691d40829f
children 2d8fab47dd89
comparison
equal deleted inserted replaced
1319:345d2095a6d5 1320:e30e9de091b7
437 } 437 }
438 438
439 if (rc == NGX_ERROR || rc == NGX_AGAIN) { 439 if (rc == NGX_ERROR || rc == NGX_AGAIN) {
440 return rc; 440 return rc;
441 } 441 }
442
443 break;
442 } 444 }
443 } 445 }
444 446
445 if (ctx->wait == r) { 447 if (ctx->wait == r) {
446 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, 448 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,