Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Indy TcpSSLServer crashes several times
#6
Hello, I thing you mean this

Code:
function TIdSSLIOHandlerSocketOpenSSL.SourceIsAvailable: Boolean;
begin
  Result:= (fPassThrough or (fSSLSocket <> nil)) and inherited SourceIsAvailable;
end;

So, I have long time tested the changed with “SourceIsAvailable()”, and it works!

Than I have tested the Accept method to check is fSSLSocket = NIL. Without the new changes.

But on the moment how the mistake occurs, fSSLSocket was created. In the moment, I wand live with the workaround.

Thanks for your help.
Reply


Messages In This Thread
RE: Indy TcpSSLServer crashes several times - by fpctuxe - 04-28-2021, 12:25 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)