diff --git a/src/HttpParser.h b/src/HttpParser.h index 854b970..263283d 100644 --- a/src/HttpParser.h +++ b/src/HttpParser.h @@ -333,6 +333,7 @@ private: /* Error: invalid chars in field name */ return 0; } + postPaddedBuffer++; preliminaryValue = postPaddedBuffer; /* The goal of this call is to find next "\r\n", or any invalid field value chars, fast */