forked from Telodendria/Cytoplasm
Compare commits
5 commits
402d73c866
...
0d122976d4
Author | SHA1 | Date | |
---|---|---|---|
|
0d122976d4 | ||
c3646294f5 | |||
61b5430efe | |||
|
b3be10e112 | ||
|
b284fb607a |
2 changed files with 2 additions and 2 deletions
|
@ -621,7 +621,7 @@ HttpParseHeaders(Stream * fp)
|
|||
|
||||
strncpy(headerValue, headerPtr, len);
|
||||
|
||||
HashMapSet(headers, headerKey, headerValue);
|
||||
Free(HashMapSet(headers, headerKey, headerValue));
|
||||
Free(headerKey);
|
||||
}
|
||||
|
||||
|
|
|
@ -81,7 +81,7 @@ TlsInitClient(int fd, const char *serverName)
|
|||
|
||||
cookie->method = TLS_client_method();
|
||||
cookie->ctx = SSL_CTX_new(cookie->method);
|
||||
coolie->fd = fd;
|
||||
cookie->fd = fd;
|
||||
if (!cookie->ctx)
|
||||
{
|
||||
goto error;
|
||||
|
|
Loading…
Reference in a new issue