apr_socket_t *csd = ap_get_conn_socket(c);
if (ap_start_lingering_close(c)) {
apr_socket_close(csd);
if (csd) {
}
return;