Changeset 17916
- Timestamp:
- 07/21/14 11:11:09 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/lidctrl.cc
r17320 r17916 116 116 { 117 117 Warn("Parsing of html failed."); 118 PostClose(false);119 118 return; 120 119 } … … 171 170 172 171 fLastReport = Time(); 173 PostClose(false);174 172 } 175 173 … … 183 181 //Warn("Connection closed by remote host."); 184 182 ProcessAnswer(); 183 PostClose(false); 185 184 return; 186 185 } … … 293 292 Request(); 294 293 StartReadReport(); 294 } 295 296 void ConnectionFailed() 297 { 298 StartConnect(); 295 299 } 296 300
Note:
See TracChangeset
for help on using the changeset viewer.