summaryrefslogtreecommitdiff
path: root/STATUS
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2023-01-09 13:26:52 +0000
committerEric Covener <covener@apache.org>2023-01-09 13:26:52 +0000
commit3740b68e84ce5fbcdc28b0be1577007ce0eec6f6 (patch)
treed1a5a76dda4189c138d727f43f96b80bf31a85b5 /STATUS
parenta184545b587db117aa65ecbfbe56f7f77e371898 (diff)
downloadhttpd-3740b68e84ce5fbcdc28b0be1577007ce0eec6f6.tar.gz
Merge r1903744, r1903745, r1904642, r1905646, r1905669 from trunk:
Allow for HTTP/1.1 or HTTP/1.0 protocol health checks Document hcmethod enhancement to allow HTTP/1.1 comms catch by CJ Bump mmn bump again + suppress MMN changes, applied manually in 1906496 Submitted By: jim Reviewed By: jim, covener, rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1906498 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS11
1 files changed, 0 insertions, 11 deletions
diff --git a/STATUS b/STATUS
index 0ecc64966a..555776edac 100644
--- a/STATUS
+++ b/STATUS
@@ -149,17 +149,6 @@ RELEASE SHOWSTOPPERS:
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
- *) mod_proxy_hcheck: hcmethod now allow for HTTP/1.1 requests
- using GET11, HEAD11 and/or OPTIONS11.
- trunk revision:
- https://svn.apache.org/r1903744
- https://svn.apache.org/r1903745
- https://svn.apache.org/r1904642
- https://svn.apache.org/r1905646/1905669. (*)
- Backport version for 2.4.x of patch:
- svn merge works (* requires hand fixing)
- +1: jim, covener, rpluem
-
*) mod_dav: DAVlockDiscovery option to disable WebDAV lock discovery
This is a game changer for performances if client use PROPFIND a lot,
trunk patch: http://svn.apache.org/r1904638