diff options
author | Eric Covener <covener@apache.org> | 2023-01-09 14:19:41 +0100 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2023-01-09 14:19:41 +0100 |
commit | 1aa9416a40aa2cecd96ca46b17e60e000656fee0 (patch) | |
tree | d4ea03ccb3a68163fde3f91307b6ca77ec8ee201 /include | |
parent | * modules/dav/main/util.c (dav_process_if_header): Fix error (diff) | |
download | apache2-1aa9416a40aa2cecd96ca46b17e60e000656fee0.tar.xz apache2-1aa9416a40aa2cecd96ca46b17e60e000656fee0.zip |
bundle in r1904518
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1906495 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r-- | include/ap_mmn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 1de3ee29c6..2f5a935a62 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -711,7 +711,7 @@ * Add ap_assign_request_line() * 20211221.7 (2.5.1-dev) Add ap_h1_append_header() * 20211221.8 (2.5.1-dev) Add ap_sb_get_child_thread() - * 20211221.9 (2.5.1-dev) Add additional hcmethod_t enums + * 20211221.9 (2.5.1-dev) Add additional hcmethod_t enums and PROXY_WORKER_IS_ERROR */ #define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */ |