summaryrefslogtreecommitdiffstats
path: root/modules/proxy/mod_proxy.h
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2013-11-09 15:49:25 +0100
committerJim Jagielski <jim@apache.org>2013-11-09 15:49:25 +0100
commit61a09af7dc0209481157489b6ff7d6f6208252ca (patch)
treeb221f615998cf309ebf15a3df0da1f3716bf6160 /modules/proxy/mod_proxy.h
parentAvoid the confusion... the digests are NOT strings. (diff)
downloadapache2-61a09af7dc0209481157489b6ff7d6f6208252ca.tar.xz
apache2-61a09af7dc0209481157489b6ff7d6f6208252ca.zip
Expand some of these fields... mostlt it's the workers that we
need to expand due to them mapping to actual hostnames NOTE: 96 enough? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1540318 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/proxy/mod_proxy.h')
-rw-r--r--modules/proxy/mod_proxy.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/modules/proxy/mod_proxy.h b/modules/proxy/mod_proxy.h
index 46e2380fbc..09384cf3ef 100644
--- a/modules/proxy/mod_proxy.h
+++ b/modules/proxy/mod_proxy.h
@@ -305,16 +305,16 @@ PROXY_WORKER_DISABLED | PROXY_WORKER_STOPPED | PROXY_WORKER_IN_ERROR )
#define PROXY_WORKER_DEFAULT_RETRY 60
/* Some max char string sizes, for shm fields */
-#define PROXY_WORKER_MAX_SCHEME_SIZE 16
-#define PROXY_WORKER_MAX_ROUTE_SIZE 64
-#define PROXY_BALANCER_MAX_ROUTE_SIZE PROXY_WORKER_MAX_ROUTE_SIZE
-#define PROXY_WORKER_MAX_NAME_SIZE 96
-#define PROXY_BALANCER_MAX_NAME_SIZE PROXY_WORKER_MAX_NAME_SIZE
-#define PROXY_WORKER_MAX_HOSTNAME_SIZE 64
-#define PROXY_BALANCER_MAX_HOSTNAME_SIZE PROXY_WORKER_MAX_HOSTNAME_SIZE
-#define PROXY_BALANCER_MAX_STICKY_SIZE 64
-
-#define PROXY_MAX_PROVIDER_NAME_SIZE 16
+#define PROXY_WORKER_MAX_SCHEME_SIZE 16
+#define PROXY_WORKER_MAX_ROUTE_SIZE 96
+#define PROXY_BALANCER_MAX_ROUTE_SIZE 64
+#define PROXY_WORKER_MAX_NAME_SIZE 96
+#define PROXY_BALANCER_MAX_NAME_SIZE 64
+#define PROXY_WORKER_MAX_HOSTNAME_SIZE 96
+#define PROXY_BALANCER_MAX_HOSTNAME_SIZE 64
+#define PROXY_BALANCER_MAX_STICKY_SIZE 64
+
+#define PROXY_MAX_PROVIDER_NAME_SIZE 16
#define PROXY_STRNCPY(dst, src) ap_proxy_strncpy((dst), (src), (sizeof(dst)))