From 9f9acfa6a2b194f2afc77ec5d42c4ec8d1cea66a Mon Sep 17 00:00:00 2001
From: Eric Covener
Date: Fri, 7 Oct 2016 11:59:24 +0000
Subject: [PATCH] Merge r1763749 from trunk:
update link to TCP_DEFER_ACCEPT
per http://httpd.apache.org/docs/2.4/mod/core.html#comment_5866
kernel.org links here.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1763750 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/core.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index 52873ad5008..72f4c777e66 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -80,7 +80,7 @@ AcceptFilter https data
requests. Any value besides none will enable
TCP_DEFER_ACCEPT on that listener. For more details
see the Linux
-
+
tcp(7) man page.
The default values on Windows are:
--
2.47.3