Changeset 10983
- Timestamp:
- 06/10/11 14:49:45 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Connection.cc
r10925 r10983 20 20 using ba::ip::tcp; 21 21 22 #define DEBUG_TX 22 23 23 24 // -------- Abbreviations for starting async tasks --------- … … 300 301 // the endpoint again. 301 302 CloseImp(false); 302 fConnectionStatus = kConnecting; 303 304 // FIXME: "No route to host (syytem::113)" gives error:"Operation already in progress. (system:114)" 303 305 304 ostringstream msg; 306 305 if (!host.empty()) … … 314 313 Warn(fErrConnect); 315 314 } 315 316 if (error==ba::error::basic_errors::operation_aborted) 317 return; 318 319 fConnectionStatus = kConnecting; 316 320 317 321 // Go on with the next
Note:
See TracChangeset
for help on using the changeset viewer.