![]() |
Indy mit DoOnDisconnected
So ich bekomm hier unerklärlicherweise eine (zwei) Zugriffsverlertzungen:
Delphi-Quellcode:
1. Meldung:
procedure TIdCustomHTTP.DoOnDisconnected;
begin inherited DoOnDisconnected; if Assigned(Request.Authentication) and //<--Hier die 1. Meldung (Request.Authentication.CurrentStep = Request.Authentication.Steps) then begin if Assigned(AuthenticationManager) then begin AuthenticationManager.AddAuthentication(Request.Authentication, URL); end; Request.Authentication.Free; Request.Authentication := nil; end; if Assigned(ProxyParams.Authentication) and //<--Hier die 2. Meldung (ProxyParams.Authentication.CurrentStep = ProxyParams.Authentication.Steps) then begin ProxyParams.Authentication.Reset; end; end; Zitat:
Zitat:
Aufruf:
Delphi-Quellcode:
Woher kommen die Meldungen denn?
StringList.Text := http.Get('http://google.de');
Version: Rev 1.54 |
Alle Zeitangaben in WEZ +1. Es ist jetzt 02:31 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz