]> granicus.if.org Git - apache/commitdiff
Add Q&A on TCP_NODELAY error message.
authorKen Coar <coar@apache.org>
Mon, 21 Apr 1997 21:40:15 +0000 (21:40 +0000)
committerKen Coar <coar@apache.org>
Mon, 21 Apr 1997 21:40:15 +0000 (21:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77956 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/FAQ.html

index dd550b3e84b92b56ba1c7727e8e49cbc12fa0ff9..32756456be4a49b1c3f4e6ef39249b5cfefd4b9e 100644 (file)
@@ -8,7 +8,7 @@
 <!--#include virtual="header.html" -->
 <H1>Apache Server Frequently Asked Questions</H1>
 <P>
-$Revision: 1.30 $ ($Date: 1997/04/21 21:26:15 $)
+$Revision: 1.31 $ ($Date: 1997/04/21 21:40:15 $)
 </P>
 <P>
 If you are reading a text-only version of this FAQ, you may find numbers
@@ -121,6 +121,9 @@ do not appear, and are not needed, for the hypertext version.
    <LI><A HREF="#fastcgi">Why isn't FastCGI included with Apache any
     more?</A>
    </LI>
+   <LI><A HREF="#nodelay">Why am I getting &quot;<SAMP>httpd: could not
+    set socket option TCP_NODELAY</SAMP>&quot; in my error log?</A>
+   </LI>
   </OL>
  </LI>
 </UL>
@@ -911,6 +914,18 @@ do not appear, and are not needed, for the hypertext version.
   </P>
   <HR>
  </LI>
+ <LI><A NAME="fastcgi">
+      <STRONG>Why am I getting &quot;<SAMP>httpd: could not set socket
+      option TCP_NODELAY</SAMP>&quot; in my error log?</STRONG>
+     </A> 
+  <P>
+  This message almost always indicates that the client disconnected
+  before Apache reached the point of calling <CODE>setsockopt()</CODE>
+  for the connexion.  It shouldn't occur for more than about 1% of the
+  requests your server handles, and it's advisory only in any case.
+  </P>
+  <HR>
+ </LI>
 </OL>
 <HR>
  <!--#include virtual="footer.html" -->