This commit is contained in:
Vincent Richard 2016-10-06 21:50:21 +02:00
commit 265baf17aa

View File

@ -135,6 +135,7 @@ shared_ptr <headerField> headerField::parseNext
buffer.begin() + nameEnd); buffer.begin() + nameEnd);
// Skip ':' character // Skip ':' character
while (pos < end && buffer[pos] == ':')
++pos; ++pos;
// Skip spaces between ':' and the field contents // Skip spaces between ':' and the field contents