When I get a URL with TIdHTTP, it displays an error dialog:
Socket Error # 10054 Connection reset by peer
I don't want to display this error dialog. How can I catch the error with try...catch
and don't show it?
When I get a URL with TIdHTTP, it displays an error dialog:
Socket Error # 10054 Connection reset by peer
I don't want to display this error dialog. How can I catch the error with try...catch
and don't show it?