Submitted by: Bernhard Schrenk <b.schrenk@improx.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88966
13f79535-47bb-0310-9956-
ffa450edef68
ap_log_error(APLOG_MARK,APLOG_ERR,ret,NULL,
"Read failed in tls_in_filter");
assert(eReadType == APR_NONBLOCK_READ);
- assert(ret == APR_SUCCESS || ret == APR_STATUS_IS_EAGAIN(ret));
+ assert(ret == APR_SUCCESS || APR_STATUS_IS_EAGAIN(ret));
/* In this case, we have data in the output bucket, or we were
* non-blocking, so returning nothing is fine.
*/