fielding 97/01/24 15:33:42
Modified: src CHANGES
Log:
document lingering_close and initialized sigaction fixes.
Revision Changes Path
1.129 +10 -0 apache/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache/src/CHANGES,v
retrieving revision 1.128
retrieving revision 1.129
diff -C3 -r1.128 -r1.129
*** CHANGES 1997/01/24 01:53:33 1.128
--- CHANGES 1997/01/24 23:33:40 1.129
***************
*** 85,90 ****
--- 85,100 ----
double-quote from text and so that it properly checks for unsupported
status codes using the new index_of_response interface. [Roy Fielding]
+ *) Multiple fixes to the lingering_close code in order to avoid being
+ interrupted by a stray timeout, to avoid lingering on a connection
+ that has already been aborted or never really existed, to ensure that
+ we stop lingering as soon as any error condition is received, and to
+ prevent being stuck indefinitely if the read blocks. Also improves
+ reporting of error conditions. [Marc Slemko and Roy Fielding]
+
+ *) Fixed initialization of parameter structure for sigaction.
+ [EMAIL PROTECTED], Adrian Filipi-Martin]
+
Changes with Apache 1.2b4:
*) Fix possible race condition in accept_mutex_init() that