On 12/11/2005 03:12 AM, Justin Erenkrantz wrote:
> On Sat, Dec 10, 2005 at 05:49:10PM -0800, Roy Fielding wrote:
>
>>+ if (APR_BUCKET_IS_EOS(bucket) && bucket->data) {
>>+ /* stream aborted and we have not ended it
>>yet */
>>+ c->keepalive = AP_CONN_CLOSE;
>>+ bucket->data = NULL;
>>+ }
>
>
> The connection is still kept open rather than being closed. I can step
> through a trace with you if you like. -- justin
Hm. But why? Once we have returned from ap_process_request
ap_process_http_connection
is left and the connection should be closed by the mpm.
Regards
RĂ¼diger