mirror of
https://github.com/nginx/nginx.git
synced 2024-12-13 19:19:00 +08:00
exit cycle early,
found by Coverity's Scan
This commit is contained in:
parent
b1ccbdad7b
commit
8e1c997ba0
@ -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…
Reference in New Issue
Block a user