diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2016-10-16 04:09:45 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2016-10-16 04:09:45 +0200 |
commit | 411dd32a0d8f0743b401dba2e0ea3bbbe5e2385f (patch) | |
tree | cdb852c986875cc3cd24dfc545f1aa9af84789e9 /include/http_core.h | |
parent | Followup to r1764961: (diff) | |
download | apache2-411dd32a0d8f0743b401dba2e0ea3bbbe5e2385f.tar.xz apache2-411dd32a0d8f0743b401dba2e0ea3bbbe5e2385f.zip |
Complete r1764961, missed .h updates
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1765115 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/http_core.h')
-rw-r--r-- | include/http_core.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/http_core.h b/include/http_core.h index 91ae01e9c0..e99816da81 100644 --- a/include/http_core.h +++ b/include/http_core.h @@ -744,11 +744,6 @@ typedef struct { #define AP_HTTP_METHODS_REGISTERED 2 char http_methods; -#define AP_HTTP_URI_UNSET 0 -#define AP_HTTP_URI_UNSAFE 1 -#define AP_HTTP_URI_STRICT 2 - char http_stricturi; - #define AP_HTTP_CL_HEAD_ZERO_UNSET 0 #define AP_HTTP_CL_HEAD_ZERO_ENABLE 1 #define AP_HTTP_CL_HEAD_ZERO_DISABLE 2 @@ -759,7 +754,6 @@ typedef struct { #define AP_HTTP_EXPECT_STRICT_DISABLE 2 int http_expect_strict; - apr_array_header_t *protocols; int protocols_honor_order; int async_filter; |