diff --git a/core/utils.c b/core/utils.c index f3f9c8a8..c8203594 100644 --- a/core/utils.c +++ b/core/utils.c @@ -3480,6 +3480,7 @@ int uwsgi_kvlist_parse(char *src, size_t len, char list_separator, char kv_separ escaped = 1; } else if (escaped) { + *ptr++ = src[i]; escaped = 0; } else {