Commit 81a01d53 authored by Eric Covener's avatar Eric Covener
Browse files

propose PR58292 fix.

old patch I forgot to backport and don't remember
found by a new user on 2.4



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1764930 13f79535-47bb-0310-9956-ffa450edef68
parent b3a19169
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -222,6 +222,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                added to CFLAGS because when combined with -Wstrict-prototypes,
                the AC_LANG_PROGRAM won't compile (it uses a bare main()).

  *) core: avoid adding multiple subrequest filters when there are nested 
     subrequests.  PR58292
     trunk patch: http://svn.apache.org/r1698239
     2.4.x patch: trunk works
     +1: covener

PATCHES/ISSUES THAT ARE BEING WORKED

  *) http: Don't remove the Content-Length of zero from a HEAD response if