mirror of
https://github.com/nginx/nginx.git
synced 2026-08-27 04:07:18 +00:00
exit cycle early,
found by Coverity's Scan
This commit is contained in:
parent
b1ccbdad7b
commit
8e1c997ba0
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue