diff --git a/modules/http/http_filters.c b/modules/http/http_filters.c index 834b3ba38d..a4e0150423 100644 --- a/modules/http/http_filters.c +++ b/modules/http/http_filters.c @@ -120,10 +120,6 @@ static apr_status_t parse_chunk_size(http_ctx_t *ctx, const char *buffer, /* handle start of the chunk */ if (ctx->state == BODY_CHUNK) { - if (c == ' ' || c == '\t') { - i++; - continue; - } if (!apr_isxdigit(c)) { /* * Detect invalid character at beginning. This also works for