Fix header parsing

This commit is contained in:
Alex Hultman
2022-11-01 00:38:51 +01:00
parent ea7ac520f3
commit c1fb1d5070
+1
View File
@@ -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 */