* Fixed a memory leak when doing repeated re-negotiations.
authorDaniel Stenberg <daniel@haxx.se>
Wed, 31 Mar 2004 11:55:07 +0000 (11:55 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 31 Mar 2004 11:55:07 +0000 (11:55 +0000)
commit1745ecd8acab4b6a412f88ab261aacf67d70c3b4
treef618e69f92cd8887ef1c4e657ac986d8702da1db
parent75d66b9c629b0d9e6c98e73e710dda87e9496cbc
* Fixed a memory leak when doing repeated re-negotiations.
* Made the incoming line parser more forgiving to allow "name=contents" pairs
where the contents isn't within double quotes.
* Made the digest code return CURLDIGEST_BADALGO if a requested algorithm
isn't supported by the code.
lib/http_digest.c