Yann, No crashes seen till now.
Looks solved and your fix is becoming included in the AL build. Many thanks! from the AL-Community. Cheers, Steffen On 12-3-2018 13:33, Yann Ylavic wrote:
On Mon, Mar 12, 2018 at 1:03 PM, Yann Ylavic <[email protected]> wrote:The fix could be something like this: Index: modules/http/http_request.c =================================================================== --- modules/http/http_request.c (revision 1826315) +++ modules/http/http_request.c (working copy) @@ -484,9 +484,8 @@ AP_DECLARE(void) ap_process_request(request_rec *r * It is still safe to use r / r->pool here as the eor bucket * could not have been destroyed in the event of a timeout. */ - ap_log_rerror(APLOG_MARK, APLOG_INFO, rv, r, APLOGNO(01581) - "Timeout while writing data for URI %s to the" - " client", r->unparsed_uri); + ap_log_cerror(APLOG_MARK, APLOG_INFO, rv, c, APLOGNO(01581) + "flushing data to the client"); } } if (ap_extended_status) { _r1826543
