summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2020-12-10 16:04:34 +0000
committerYann Ylavic <ylavic@apache.org>2020-12-10 16:04:34 +0000
commit9342a822a92d01373322d3d8f9d1dfe11aedeb52 (patch)
tree5b58396645c2e7536a6f6e942441a1863e985ed0 /CHANGES
parent4194644c7db5581a6b08201d447e1b9590dd088c (diff)
downloadhttpd-9342a822a92d01373322d3d8f9d1dfe11aedeb52.tar.gz
Revert r1480058, -1'ed on dev@ and STATUS.
Never backported (and never will supposedly), while often creating merge conflicts. See https://lists.apache.org/thread.html/be0e7bdc3510fddd2dd80accece44917eba361ef4fcc713dd0f7f7fa%401367999236%40%3Cdev.httpd.apache.org%3E and https://lists.apache.org/thread.html/6e63271b308a2723285d288857318e7bb51b6756690514d9bc75a71b%401371148914%40%3Ccvs.httpd.apache.org%3E git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1884280 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 0 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index d232562583..a4a0aef93d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -981,10 +981,6 @@ Changes with Apache 2.5.0-alpha
clean mapping from APR codes to HTTP status codes, and use it where
needed. [Graham Leggett]
- *) mod_proxy: Ensure network errors detected by the proxy are returned as
- 504 Gateway Timeout as opposed to 502 Bad Gateway, in order to be
- compliant with RFC2616 14.9.4 Cache Revalidation and Reload Controls.
-
*) mod_dav: mod_dav overrides dav_fs response on PUT failure. PR 35981
[Basant Kumar Kukreja <basant.kukreja sun.com>, Alejandro Alvarez
<alejandro.alvarez.ayllon cern.ch>]