From: Ken Coar Date: Mon, 21 Apr 1997 21:40:15 +0000 (+0000) Subject: Add Q&A on TCP_NODELAY error message. X-Git-Tag: APACHE_1_2b9~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b16be3b9af82d159ba897a559082cf124821e9ef;p=apache Add Q&A on TCP_NODELAY error message. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77956 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/FAQ.html b/docs/manual/misc/FAQ.html index dd550b3e84..32756456be 100644 --- a/docs/manual/misc/FAQ.html +++ b/docs/manual/misc/FAQ.html @@ -8,7 +8,7 @@

Apache Server Frequently Asked Questions

-$Revision: 1.30 $ ($Date: 1997/04/21 21:26:15 $) +$Revision: 1.31 $ ($Date: 1997/04/21 21:40:15 $)

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.

  • Why isn't FastCGI included with Apache any more?
  • +
  • Why am I getting "httpd: could not + set socket option TCP_NODELAY" in my error log? +
  • @@ -911,6 +914,18 @@ do not appear, and are not needed, for the hypertext version.


    +
  • + Why am I getting "httpd: could not set socket + option TCP_NODELAY" in my error log? + +

    + This message almost always indicates that the client disconnected + before Apache reached the point of calling setsockopt() + 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. +

    +
    +