Commit 4d4a34bc authored by Eric Covener's avatar Eric Covener
Browse files

remove backported items



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1778118 13f79535-47bb-0310-9956-ffa450edef68
parent b76b876a
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -39,18 +39,6 @@ Changes with Apache 2.5.0
  *) mod_proxy_fcgi: Return HTTP 504 rather than 503 in case of proxy timeout.
     [Luca Toscano]

  *) mod_proxy_{ajp,fcgi}: Fix a possible crash when reusing an established
     backend connection, happening with LogLevel trace2 or higher configured,
     or at any log level with compilers not detected as C99 compliant (e.g.
     MSVC on Windows).  [Yann Ylavic]

  *) mod_ext_filter: Don't interfere with "error buckets" issued by other
     modules. PR60375.  [Eric Covener, Lubos Uhliarik]

  *) mod_proxy_fcgi, mod_fcgid: Fix crashes in ap_fcgi_encoded_env_len() when
     modules add empty environment variables to the request. PR60275.
     [<alex2grad AT gmail.com>]
    
  *) http: Allow unknown response status' lines returned in the form of
     "HTTP/x.x xxx Status xxx".  [Yann Ylavic]