https://bz.apache.org/bugzilla/show_bug.cgi?id=63900
Bug ID: 63900
Summary: Why mitigate the apr errors?
Product: Apache httpd-2
Version: 2.5-HEAD
Hardware: PC
OS: All
Status: NEW
Severity: major
Priority: P2
Component: mod_http2
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Our detectors have identified the following error code mitigation.
In httpd/modules/http2/h2_conn.c:
apr_status_t h2_conn_child_init(apr_pool_t *pool, server_rec *s)
{
...
if (status != APR_SUCCESS) {
/* some MPMs do not implemnent this */
async_mpm = 0;
status = APR_SUCCESS;
}
...
}
All errors have been mitigated to APR_SUCCESS. I don't see why ignoring them.
Thanks.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]