Compare commits
No commits in common. "c3646294f566e889af2eb1b4a8f1cf254eb02a73" and "61b5430efee4ecabe38cff8a3738fa57b6c2f358" have entirely different histories.
c3646294f5
...
61b5430efe
1 changed files with 1 additions and 1 deletions
|
@ -621,7 +621,7 @@ HttpParseHeaders(Stream * fp)
|
|||
|
||||
strncpy(headerValue, headerPtr, len);
|
||||
|
||||
Free(HashMapSet(headers, headerKey, headerValue));
|
||||
HashMapSet(headers, headerKey, headerValue);
|
||||
Free(headerKey);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue