Actions
Bug #2981
closedmod_deflate_choose_encoding() parse error
ASK QUESTIONS IN Forums:
Description
mod_deflate_choose_encoding() parse error
--- a/src/mod_deflate.c +++ b/src/mod_deflate.c @@ -997,7 +997,7 @@ static int mod_deflate_choose_encoding (const char *value, plugin_data *p, const #else for (; *value; ++value) { const char *v; - while (*value == ' ' || *value == ',') continue; + while (*value == ' ' || *value == ',') ++value; v = value; while (*value!=' ' && *value!=',' && *value!=';' && *value!='\0') ++value;
Updated by gstrauss about 5 years ago
- Status changed from Patch Pending to Fixed
- % Done changed from 0 to 100
Applied in changeset 2e7a3c0ac53bd4b34d85c7fc3348e1bcc4041c2c.
Actions
Also available in: Atom