git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88690
13f79535-47bb-0310-9956-
ffa450edef68
return stat;
}
+#ifdef APR_HAS_SO_ACCEPTFILTER
+#ifndef ACCEPT_FILTER_NAME
+#define ACCEPT_FILTER_NAME "dataready"
+#endif
+ apr_socket_accept_filter(s, ACCEPT_FILTER_NAME, "");
+#endif
+
server->sd = s;
server->active = 1;
return APR_SUCCESS;
}
-
static apr_status_t close_listeners_on_exec(void *v)
{
ap_listen_rec *lr;