Skip to content

Commit 078449e

Browse files
committed
* Use correct configuration variable
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927916 13f79535-47bb-0310-9956-ffa450edef68
1 parent 713100c commit 078449e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/listen.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ static void ap_apply_accept_filter(apr_pool_t *p, ap_listen_rec *lis,
288288
accf);
289289
}
290290
#else
291-
rv = apr_socket_opt_set(s, APR_TCP_DEFER_ACCEPT, ap_listenbacklog);
291+
rv = apr_socket_opt_set(s, APR_TCP_DEFER_ACCEPT, ap_listentcpdeferaccept);
292292
if (rv != APR_SUCCESS && !APR_STATUS_IS_ENOTIMPL(rv)) {
293293
ap_log_perror(APLOG_MARK, APLOG_WARNING, rv, p, APLOGNO(00076)
294294
"Failed to enable APR_TCP_DEFER_ACCEPT");

0 commit comments

Comments
 (0)