You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
335 B

--- a/modules/proxy/proxy_util.c 2014/07/15 16:07:44 1610736
+++ b/modules/proxy/proxy_util.c 2014/07/15 16:11:04 1610737
@@ -3132,7 +3132,7 @@
const char *name;
do {
- while (*val == ',') {
+ while (*val == ',' || *val == ';') {
val++;
}
name = ap_get_token(x->pool, &val, 0);