From ea4340c12a4d37adb3824912aa60b0291c47d432 Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Sat, 3 Dec 2011 21:51:55 +0000 Subject: [PATCH] mod_proxy: Note that proxy_lb_workers was removed from the public API. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1210019 13f79535-47bb-0310-9956-ffa450edef68 --- include/ap_mmn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ap_mmn.h b/include/ap_mmn.h index aa30923c84..8f6c0b3ef5 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -381,7 +381,7 @@ * ap_proxy_is_word(), ap_proxy_hex2sec(), * ap_proxy_sec2hex(), ap_proxy_make_fake_req(), * ap_proxy_strmatch_path, ap_proxy_strmatch_domain, - * ap_proxy_table_unmerge(). + * ap_proxy_table_unmerge(), proxy_lb_workers. */ #define MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */ -- 2.50.1