https://issues.apache.org/bugzilla/show_bug.cgi?id=41743

Eric Covener <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |FixedInTrunk

--- Comment #2 from Eric Covener <[email protected]> 2011-01-24 21:19:37 EST ---
The prefork version of ap_graceful_stop_signalled is always false:

int ap_graceful_stop_signalled(void)
{
    /* not ever called anymore... */
    return 0;
}

Whereas worker overloads it to mean any kind of graceful exit is happening. 
The core in 2.2.x uses this callback to determine if it should  do keepalive
before committing the headers.

This appears to be resolved in trunk by using another API.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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]

Reply via email to