summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRuediger Pluem <rpluem@apache.org>2020-06-19 11:45:16 +0000
committerRuediger Pluem <rpluem@apache.org>2020-06-19 11:45:16 +0000
commit943a278020458aa9ee863a722fb042861bc889ba (patch)
treeb09e19d2f5628838aadaa654a4348b1b6cdd8bce /CHANGES
parentdda688aadb849565c6591205ee4204ca8b55ad21 (diff)
downloadhttpd-943a278020458aa9ee863a722fb042861bc889ba.tar.gz
* Revert r1878939, r1878938, r1878936, the changes to
modules/http2/h2_request.c and CHANGES of r1878926 and r1878708 as a result of https://lists.apache.org/thread.html/red499ac4750b88e5943c25abb86434c59dfff4d4f386ffc53742755d%40%3Cdev.httpd.apache.org%3E and https://lists.apache.org/thread.html/ra79eee019e2357703b0ea81153458a29817b58ce92e3605949eee1fe%40%3Cdev.httpd.apache.org%3E git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878985 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 0 insertions, 7 deletions
diff --git a/CHANGES b/CHANGES
index d68993a576..55c86bbd52 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,16 +1,9 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.1
- *) mod_http2: workaround to facilitate use of common internal protocol/method/uri
- checks. The module now handles master/secondary connections and has marked
- methods according to use.
-
*) mod_ldap: Avoid performance overhead of APR-util rebind cache for
OpenLDAP 2.2+. PR 64414. [Joe Orton]
- *) core: Have the HTTP 0.9 / 1.1 processing code reject requests for
- HTTP >= 2.0 with a HTTP Version Not Support status code. [Ruediger Pluem]
-
*) mod_proxy_http2: the "ping" proxy parameter
(see <https://httpd.apache.org/docs/2.4/mod/mod_proxy.html>) is now used
when checking the liveliness of a new or reused h2 connection to the backend.