marc 97/06/28 17:00:16
Modified: src CHANGES Log: Add ListenBacklog to CHANGES. Revision Changes Path 1.306 +4 -0 apache/src/CHANGES Index: CHANGES =================================================================== RCS file: /export/home/cvs/apache/src/CHANGES,v retrieving revision 1.305 retrieving revision 1.306 diff -C3 -r1.305 -r1.306 *** CHANGES 1997/06/28 22:04:34 1.305 --- CHANGES 1997/06/29 00:00:14 1.306 *************** *** 1,5 **** --- 1,9 ---- Changes with Apache 1.3 + *) Add a ListenBacklog directive to control the backlog parameter + passed to listen(). Also change the default to 511 from 512. + [Marc Slemko] + *) API: A new handler response DONE which informs apache that the request has been handled and it can finish off quickly, similar to how it handles errors. [Rob Hartill]