Arno Garrels wrote:
> Hi,
> 
> I do not understand the purpose of the options above in THttpCli
> after I read these conditions in the PrepareXxxAuth methods:
> 
>    if (httpoNoBasicAuth in FOptions) and
>       (((FStatusCode = 401) and (FServerAuth = httpAuthBasic)) or
>       ((FStatusCode = 407) and (FProxyAuth = httpAuthBasic))) then
>        Exit;
> 
> ??

I would expect that if I set, i.e. option httpoNoBasicAuth, it will
be never used, however that is not the case, so obviously either my
expection is wrong or that code is buggy?

-- 
Arno Garrels
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to