chuck 96/12/24 12:15:48
Modified: htdocs/manual/misc known_bugs.html
Log:
Added mention of FIN_WAIT_2 problems, with pointer to example patch for BSDI.
Revision Changes Path
1.6 +8 -0 apache/htdocs/manual/misc/known_bugs.html
Index: known_bugs.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/misc/known_bugs.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -C3 -r1.5 -r1.6
*** known_bugs.html 1996/12/12 01:09:51 1.5
--- known_bugs.html 1996/12/24 20:15:47 1.6
***************
*** 19,24 ****
--- 19,32 ----
<H2>Version 1.2</H2>
<OL>
+
+ <LI>users have reported problems with many connections stuck in the
+ FIN_WAIT_2 state due to server timeouts. This is an issue with the OS TCP
+ stack, as some OS never timeout from this state. An example patch for BSDI
+ is available
+ <a href="http://www.apache.org/dist/contrib/patches/1.2/fin_wait_2.patch">
+ here</a>.
+
<LI>hard_timeout() for request reads uses incorrect logic, and
ends up waiting for an initial request read for the default "timeout"
number of seconds, 1200, yet only the "KeepAliveTimeout" number of