Commit eba44cd8 authored by Chris Darroch's avatar Chris Darroch
Browse files

Added PR 41302 reference to mod_dbd patch r503931.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@508645 13f79535-47bb-0310-9956-ffa450edef68
parent 69c1623f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ Changes with Apache 2.3.0
     hosts of database configurations from the main server.  Determine the
     minimal set of distinct configurations and share connection pools
     whenever possible.  Allow virtual hosts to override inherited SQL
     statements.  [Chris Darroch]
     statements.  PR 41302.  [Chris Darroch]
  *) core: Fix broken chunk filtering that causes all non blocking reads to be
     converted into blocking reads.  PR 41056. [Jean-Frederic Clere, Jim Jagielski]