Done in r1696266.

> Am 24.07.2015 um 15:54 schrieb Ruediger Pluem <rpl...@apache.org>:
>>>> +
>>>> +                    /* make sure httpd closes the connection after this */
>>>> +                    c->keepalive = AP_CONN_CLOSE;
>>>> +                    ap_lingering_close(c);
>>>> +                    
>>>> +                    if (c->sbh) {
>>>> +                        ap_update_child_status_from_conn(c->sbh, 
>>>> +                                                         SERVER_CLOSING, 
>>>> c);
>>>> +                    }
>>> 
>>> The c->keepalive = AP_CONN_CLOSE looks fine to me, but why should we do the 
>>> other stuff in a handler.
>>> IMHO that should be done by the existing code.
>> 
>> Not sure I understand. You mean the interim response or the whole handler?
> 
> No I mean the
> 
> ap_lingering_close(c);
> 
> and the scoreboard update.
> 
> Regards
> 
> Rüdiger
> 

<green/>bytes GmbH
Hafenweg 16, 48155 Münster, Germany
Phone: +49 251 2807760. Amtsgericht Münster: HRB5782



Reply via email to