From: Michael Wallner Date: Tue, 29 Dec 2009 12:20:38 +0000 (+0000) Subject: note libcurls inability to reset (proxy) auth information X-Git-Tag: RELEASE_1_7_0b2~5 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=e2f5e5528a41b339e6544e8f5a8accc649295d2f note libcurls inability to reset (proxy) auth information --- diff --git a/KnownIssues.txt b/KnownIssues.txt index 2453f27..558be8a 100644 --- a/KnownIssues.txt +++ b/KnownIssues.txt @@ -28,4 +28,6 @@ Internals: since libcurl v7.17.1 and does not work with the procedural API Anyway, none of these options is really perfect. - + HTTP and Proxy authentication inforamtion (username/password) can not be + unset with NULL prior libcurl v7.19.6 and separarte options for setting + username and password--wich work--are only available since v7.19.6.