From 8113e49186fdcff6d007d5ff9a17a39d9890af0a Mon Sep 17 00:00:00 2001 From: David Reid Date: Wed, 21 Mar 2001 16:24:46 +0000 Subject: [PATCH] Add a not to the CHANGES file now that I've had confirmation that the changes made last night actually work :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88556 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index 2618ad7efc..b2e3df77f4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,11 @@ Changes with Apache 2.0.15-dev + *) Change the way the beos MPM handles polling to allow it to stop and + restart. Problem was the sockets being polled were being reset by + the select call, so once it had accepted a connection it was no + longer listening on the UDP socket we use for shutdown instructions. + APR needs to be altered, patch on it's way. [David Reid] + *) Empty out the brigade shared by ap_getline()/ap_get_client_block() on error exit from ap_getline(). Some other code got upset because the wrong data was in the brigade. [Greg Ames, Jeff Trawick] -- 2.40.0