fielding 97/01/25 14:42:58
Modified: src CHANGES Log: doc bflush and status changes Revision Changes Path 1.135 +7 -0 apache/src/CHANGES Index: CHANGES =================================================================== RCS file: /export/home/cvs/apache/src/CHANGES,v retrieving revision 1.134 retrieving revision 1.135 diff -C3 -r1.134 -r1.135 *** CHANGES 1997/01/25 22:38:20 1.134 --- CHANGES 1997/01/25 22:42:56 1.135 *************** *** 116,121 **** --- 116,128 ---- count those SERVER_STARTING entries and will always report that there are enough idle servers. [Phillip Vandry] + *) Fixed bug in bcwrite regarding failure to account for partial writes. + Avoided calling bflush() when the client is pipelining requests. + Removed unnecessary flushes from http_protocol. [Dean Gaudet] + + *) Added description of "." mode in server-status [Jim Jagielski] + + Changes with Apache 1.2b4: *) Fix possible race condition in accept_mutex_init() that