summaryrefslogtreecommitdiff
path: root/include/http_core.h
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2020-07-03 12:44:53 +0000
committerGraham Leggett <minfrin@apache.org>2020-07-03 12:44:53 +0000
commit6bf5bd6cb23885b96a360ffe1167744078d52669 (patch)
treed80030e5ab2630d461ac8e6bc7b1b36219bdcf6f /include/http_core.h
parentfb8757762d798a76de322283a79ae1f1c43e30f1 (diff)
downloadhttpd-6bf5bd6cb23885b96a360ffe1167744078d52669.tar.gz
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
Diffstat (limited to 'include/http_core.h')
-rw-r--r--include/http_core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/http_core.h b/include/http_core.h
index 2bcd713560..17a2c50f1a 100644
--- a/include/http_core.h
+++ b/include/http_core.h
@@ -553,8 +553,6 @@ typedef struct {
#define HOSTNAME_LOOKUP_UNSET 3
unsigned int hostname_lookups : 4;
- unsigned int content_md5 : 2; /* calculate Content-MD5? */
-
#define USE_CANONICAL_NAME_OFF (0)
#define USE_CANONICAL_NAME_ON (1)
#define USE_CANONICAL_NAME_DNS (2)