jumaris / indyproject

Automatically exported from code.google.com/p/indyproject
0 stars 0 forks source link

Update ReadStream() to handle error 10054 when AReadUntilDisconnect is true. #220

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When the AReadUntilDisconnect parameter is true, abnormal disconnects should be 
treated as normal disconnects and not raise an exception. Maybe make it 
optional with a flag so as not to break existing logic. This would primarily be 
used with TIdFTP.

Original issue reported on code.google.com by gambit47 on 29 Mar 2012 at 7:13