diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-07-22 08:40:39 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-07-22 08:40:39 +0000 |
| commit | fbd3b2d727af9cc308d0a0c82812d5181f9a477e (patch) | |
| tree | c53108341baaff39fadf949688064c0080cdc82d /src/http/modules | |
| parent | 9aa11666250cbe8a832863d77cb41c128ecfa20c (diff) | |
| download | nginx-fbd3b2d727af9cc308d0a0c82812d5181f9a477e.tar.gz nginx-fbd3b2d727af9cc308d0a0c82812d5181f9a477e.tar.bz2 | |
r1318, r1319, r1320, r1321 merge:
fix various bugs found by Coverity's Scan
Diffstat (limited to 'src/http/modules')
| -rw-r--r-- | src/http/modules/ngx_http_ssi_filter_module.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/modules/ngx_http_ssi_filter_module.c b/src/http/modules/ngx_http_ssi_filter_module.c index 549ae4ce2..0de03aae0 100644 --- a/src/http/modules/ngx_http_ssi_filter_module.c +++ b/src/http/modules/ngx_http_ssi_filter_module.c @@ -439,6 +439,8 @@ ngx_http_ssi_body_filter(ngx_http_request_t *r, ngx_chain_t *in) if (rc == NGX_ERROR || rc == NGX_AGAIN) { return rc; } + + break; } } |
