(Indy) TIdHTTP EIdSocketError Socket Error # 0 exceptions when downloading files
问题 I have this delphi code that basically download files from a secure server (using Indy build 10.5.8 r4743 if I'm not mistaken): The problem is: I'm getting random "Socket Error # 0" exceptions that I couldn't get fix or even understand: Project MyProject.exe raised exception class EIdSocketError with message 'Socket Error # 0 Stack is here, pascal code is: IdHTTP := TIdHTTP.Create(nil); TheSSL := TIdSSLIOHandlerSocketOpenSSL.Create(nil); TheCompressor := TIdCompressorZLib.Create(nil);