summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorRuediger Pluem <rpluem@apache.org>2022-08-17 10:00:36 +0200
committerRuediger Pluem <rpluem@apache.org>2022-08-17 10:00:36 +0200
commitc726757fffdad7ab75ca6ee95c9dd084b16453d6 (patch)
tree9d417258ec74f6ffc9e35398333512835cb0f38a /modules
parent *) mod_ssl: when a proxy connection had handled a request using SSL, an (diff)
downloadapache2-c726757fffdad7ab75ca6ee95c9dd084b16453d6.tar.xz
apache2-c726757fffdad7ab75ca6ee95c9dd084b16453d6.zip
* http2_get_num_workers is not deprecated.
Hence move it out of the deprecation section git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1903478 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules')
-rw-r--r--modules/http2/mod_http2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/http2/mod_http2.h b/modules/http2/mod_http2.h
index fc59c732e6..f68edcdb5b 100644
--- a/modules/http2/mod_http2.h
+++ b/modules/http2/mod_http2.h
@@ -28,6 +28,9 @@ APR_DECLARE_OPTIONAL_FN(char *,
APR_DECLARE_OPTIONAL_FN(int,
http2_is_h2, (conn_rec *));
+APR_DECLARE_OPTIONAL_FN(void,
+ http2_get_num_workers, (server_rec *s,
+ int *minw, int *max));
/*******************************************************************************
* START HTTP/2 request engines (DEPRECATED)
@@ -68,9 +71,6 @@ APR_DECLARE_OPTIONAL_FN(void,
conn_rec *rconn,
apr_status_t status));
-APR_DECLARE_OPTIONAL_FN(void,
- http2_get_num_workers, (server_rec *s,
- int *minw, int *max));
/*******************************************************************************
* END HTTP/2 request engines (DEPRECATED)