diff options
author | Stefan Eissing <icing@apache.org> | 2022-04-04 11:41:25 +0200 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2022-04-04 11:41:25 +0200 |
commit | cc232ba4549b1c47b5e4c944e6040e11563bafad (patch) | |
tree | a2220e60285f80d4865140febfce222d95cfe9a8 /include/ap_mmn.h | |
parent | *) core/mod_http/mod_http2: (diff) | |
download | apache2-cc232ba4549b1c47b5e4c944e6040e11563bafad.tar.xz apache2-cc232ba4549b1c47b5e4c944e6040e11563bafad.zip |
*) core: add ap_h1_append_header() for single header values.
*) mod_proxy: use of new ap_h1_header(s) functions for
formatting HTTP/1.1 requests.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1899550 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_mmn.h')
-rw-r--r-- | include/ap_mmn.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 04fb184048..25fa16e963 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -709,6 +709,7 @@ * Add field `body_indeterminate` in request_rec * Add new http/1.x formatting helpers * Add ap_assign_request() + * 20211221.7 (2.5.1-dev) Add ap_h1_append_header() */ #define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */ @@ -716,7 +717,7 @@ #ifndef MODULE_MAGIC_NUMBER_MAJOR #define MODULE_MAGIC_NUMBER_MAJOR 20211221 #endif -#define MODULE_MAGIC_NUMBER_MINOR 6 /* 0...n */ +#define MODULE_MAGIC_NUMBER_MINOR 7 /* 0...n */ /** * Determine if the server's current MODULE_MAGIC_NUMBER is at least a |