comparison src/http/modules/ngx_http_ssi_filter_module.c @ 1326:ccd8734e4a80 stable-0.5

r1318, r1319, r1320, r1321 merge: fix various bugs found by Coverity's Scan
author Igor Sysoev <igor@sysoev.ru>
date Sun, 22 Jul 2007 08:40:39 +0000
parents 56f2d7ff4034
children 2d8fab47dd89
comparison
equal deleted inserted replaced
1325:8b34fbcd9393 1326:ccd8734e4a80
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,