Compare commits

..

No commits in common. "c3646294f566e889af2eb1b4a8f1cf254eb02a73" and "61b5430efee4ecabe38cff8a3738fa57b6c2f358" have entirely different histories.

View file

@ -621,7 +621,7 @@ HttpParseHeaders(Stream * fp)
strncpy(headerValue, headerPtr, len);
Free(HashMapSet(headers, headerKey, headerValue));
HashMapSet(headers, headerKey, headerValue);
Free(headerKey);
}