diff options
author | Jim Jagielski <jim@apache.org> | 2022-08-28 22:07:35 +0200 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2022-08-28 22:07:35 +0200 |
commit | ef734b9b89cc85ee4b8089dd670b8b222f7293fa (patch) | |
tree | 3f2245ae79cf003a141c237fffc3d4dcaf7e7740 /CHANGES | |
parent | Allow for HTTP/1.1 or HTTP/1.0 protocol health checks (diff) | |
download | apache2-ef734b9b89cc85ee4b8089dd670b8b222f7293fa.tar.xz apache2-ef734b9b89cc85ee4b8089dd670b8b222f7293fa.zip |
Document hcmethod enhancement to allow HTTP/1.1 comms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1903745 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.1 + *) mod_proxy_hcheck: hcmethod now allows for HTTP/1.1 requests + using GET11, HEAD11 and/or OPTIONS11. [Jim Jagielski] + *) mod_md: a bug was fixed that caused very large MDomains with the combined DNS names exceeding ~7k to fail, as request bodies would contain partially wrong data from |