[httpd] Increase max depth of path_paths (fixes )

This commit is contained in:
ejurgensen 2018-10-07 21:42:37 +02:00
parent 75dd9a5764
commit c1619f7be0

@ -35,7 +35,7 @@ struct httpd_uri_parsed
struct evkeyvalq ev_query; struct evkeyvalq ev_query;
char *uri_decoded; char *uri_decoded;
char *path; char *path;
char *path_parts[7]; char *path_parts[31];
}; };
/* /*