]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
core: Remove support for the Content-MD5 header, removed in RFC7231.
authorGraham Leggett <minfrin@apache.org>
Fri, 3 Jul 2020 12:44:53 +0000 (12:44 +0000)
committerGraham Leggett <minfrin@apache.org>
Fri, 3 Jul 2020 12:44:53 +0000 (12:44 +0000)
commit6bf5bd6cb23885b96a360ffe1167744078d52669
treed80030e5ab2630d461ac8e6bc7b1b36219bdcf6f
parentfb8757762d798a76de322283a79ae1f1c43e30f1
core: Remove support for the Content-MD5 header, removed in RFC7231.
Functions ap_md5digest() and ap_md5contextTo64() removed, and
ContentDigest directive.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879472 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
docs/manual/developer/new_api_2_6.xml
docs/manual/mod/core.xml
docs/manual/new_features_2_6.xml
include/ap_mmn.h
include/http_core.h
include/util_md5.h
server/core.c
server/util_md5.c