make gcc happy
> core.c: In function `core_output_filter':
> core.c:3884: warning: suggest parentheses around && within ||
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97459
13f79535-47bb-0310-9956-
ffa450edef68
* (IOW, this response is a bit more complex, but we save it
* with the hope of concatenating with another response)
*/
- if (nbytes + flen < AP_MIN_BYTES_TO_WRITE
- && (!fd && !more && !APR_BUCKET_IS_FLUSH(last_e))
+ if ((nbytes + flen < AP_MIN_BYTES_TO_WRITE
+ && !fd && !more && !APR_BUCKET_IS_FLUSH(last_e))
|| (APR_BUCKET_IS_EOS(last_e)
&& c->keepalive == AP_CONN_KEEPALIVE)) {