summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2023-01-09 13:22:44 +0000
committerEric Covener <covener@apache.org>2023-01-09 13:22:44 +0000
commitf34e6c027bf566cef7bdb9ecd8e64a2fae69cde2 (patch)
tree299864de700046aafa09d6b47a3f4a029591c932 /include
parent51ea606377c5c258f0585b421d23c2d6177d5878 (diff)
downloadhttpd-f34e6c027bf566cef7bdb9ecd8e64a2fae69cde2.tar.gz
Merge r1904518 from trunk:
*) mod_proxy_hcheck: Re-enable workers in standard ERROR state. PR 66302. [Alessandro Cavaliere <alessandro.cavalier7 unibo.it>] + MMN Submitted By: jim Reviewed By: +1: jim, ylavic, icing git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1906496 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/ap_mmn.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h
index d11bfd2f98..402c23a3a8 100644
--- a/include/ap_mmn.h
+++ b/include/ap_mmn.h
@@ -593,6 +593,7 @@
* and AP_REG_PCRE_LOADED to ap_regex.h.
* 20120211.124 (2.4.51-dev) Add name_ex to struct proxy_worker_shared
* 20120211.125 (2.4.55-dev) Export mod_http2.h as public header
+ * 20120211.126 (2.4.55-dev) Add additional hcmethod_t enums and PROXY_WORKER_IS_ERROR
*
*/
@@ -601,7 +602,7 @@
#ifndef MODULE_MAGIC_NUMBER_MAJOR
#define MODULE_MAGIC_NUMBER_MAJOR 20120211
#endif
-#define MODULE_MAGIC_NUMBER_MINOR 125 /* 0...n */
+#define MODULE_MAGIC_NUMBER_MINOR 126 /* 0...n */
/**
* Determine if the server's current MODULE_MAGIC_NUMBER is at least a