Commit 1112a9f8 authored by David Reid's avatar David Reid
Browse files

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
parent 79d8beb3
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
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]