What for error?
Project Project1.exe raised exception class EIdSocketError with message 'Socket Error # 10053 Software caused connection abort.'.
Hi, I have this error using sendfile with parameter aAttachment = True, everything is ok if i use aAttachment = False.
As I stated before, it is most likely not an error. Many browsers cut off their connections this way. Press F5, IntraWeb will handle it and you will only see this during debugging.
(07-23-2019, 09:38 AM)matija Wrote: [ -> ]What for error?
Project Project1.exe raised exception class EIdSocketError with message 'Socket Error # 10053 Software caused connection abort.'.
Add this Indy exception to the ignore list in Delphi:
Tools -> Options -> Debugger Options -> Embarcadero Debuggers -> Language Exceptions
Add this class to the list: EIdSocketError
and be happy
(07-27-2019, 02:47 AM)Alexandre Machado Wrote: [ -> ] (07-23-2019, 09:38 AM)matija Wrote: [ -> ]What for error?
Project Project1.exe raised exception class EIdSocketError with message 'Socket Error # 10053 Software caused connection abort.'.
Add this Indy exception to the ignore list in Delphi:
Tools -> Options -> Debugger Options -> Embarcadero Debuggers -> Language Exceptions
Add this class to the list: EIdSocketError
and be happy
Thx, now not message. I hope it will be help!