Fix header parsing
This commit is contained in:
@@ -333,6 +333,7 @@ private:
|
|||||||
/* Error: invalid chars in field name */
|
/* Error: invalid chars in field name */
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
postPaddedBuffer++;
|
||||||
|
|
||||||
preliminaryValue = postPaddedBuffer;
|
preliminaryValue = postPaddedBuffer;
|
||||||
/* The goal of this call is to find next "\r\n", or any invalid field value chars, fast */
|
/* The goal of this call is to find next "\r\n", or any invalid field value chars, fast */
|
||||||
|
|||||||
Reference in New Issue
Block a user