stoddard 99/04/12 08:06:25
Modified: pthreads/src CHANGES Log: Update CHANGES file with accept loop abstraction Revision Changes Path 1.6 +3 -0 apache-apr/pthreads/src/CHANGES Index: CHANGES =================================================================== RCS file: /export/home/cvs/apache-apr/pthreads/src/CHANGES,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- CHANGES 1999/04/09 02:31:22 1.5 +++ CHANGES 1999/04/12 15:06:23 1.6 @@ -1,4 +1,7 @@ Changes with Apache apr + *) Created http_accept abstraction. Added 4 new functions (not exported): + init_accept(), begin_accepting_requests(), get_request(), + stop_accepting_requests() [Bill Stoddard [EMAIL PROTECTED] *) Fix to ap_rprintf call that allows mod_info to work properly [James Morris <[EMAIL PROTECTED]>]