Commit a8c8e8f6 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

backport fix for PR 42829?


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@733877 13f79535-47bb-0310-9956-ffa450edef68
parent 9565f0b6
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -131,6 +131,17 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      Trunk version of patch works
   +1: rpluem,

 * prefork: release mutex when exiting in single-process mode,
   add timeout to pollset-poll to avoid hanging during graceful
   stop/restart with multiple listening sockets
   PR 42829
   Trunk version of patche:
     http://svn.apache.org/viewvc?rev=732421&view=rev
     http://svn.apache.org/viewvc?rev=732451&view=rev
   Backport version for 2.2.x of patch:
      Trunk version of patch works
   +1: trawick, 

PATCHES/ISSUES THAT ARE STALLED

   * mod_ssl: Add server name indication (RFC 4366) support (PR 34607).