]> granicus.if.org Git - apache/commitdiff
Add a not to the CHANGES file now that I've had confirmation that the
authorDavid Reid <dreid@apache.org>
Wed, 21 Mar 2001 16:24:46 +0000 (16:24 +0000)
committerDavid Reid <dreid@apache.org>
Wed, 21 Mar 2001 16:24:46 +0000 (16:24 +0000)
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

diff --git a/CHANGES b/CHANGES
index 2618ad7efcdeb6a0f2c257708f0067f56fa7e8fb..b2e3df77f48ccb925dee9c9bb8b10755553c9331 100644 (file)
--- 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]