Commit a6d2df9e authored by Poul-Henning Kamp's avatar Poul-Henning Kamp
parents 099c22c0 9d176e5b
...@@ -292,7 +292,8 @@ static int ...@@ -292,7 +292,8 @@ static int
ban_parse_regexp(struct cli *cli, const struct ban *b, const char *a3) ban_parse_regexp(struct cli *cli, const struct ban *b, const char *a3)
{ {
const char *error; const char *error;
int erroroffset, rc, sz; int erroroffset, rc;
size_t sz;
pcre *re; pcre *re;
re = pcre_compile(a3, 0, &error, &erroroffset, NULL); re = pcre_compile(a3, 0, &error, &erroroffset, NULL);
......
...@@ -652,7 +652,7 @@ beresp.do_esi ...@@ -652,7 +652,7 @@ beresp.do_esi
to true to parse the object for ESI directives. to true to parse the object for ESI directives.
beresp.do_gzip beresp.do_gzip
Boolean. Gzip the object before storing it. Defaults to true. Boolean. Gzip the object before storing it. Defaults to false.
beresp.do_gunzip beresp.do_gunzip
Boolean. Unzip the object before storing it in the cache. Defaults Boolean. Unzip the object before storing it in the cache. Defaults
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment