Index: /trunk/FACT++/src/Connection.cc
===================================================================
--- /trunk/FACT++/src/Connection.cc	(revision 10982)
+++ /trunk/FACT++/src/Connection.cc	(revision 10983)
@@ -20,4 +20,5 @@
 using ba::ip::tcp;
 
+#define DEBUG_TX
 
     // -------- Abbreviations for starting async tasks ---------
@@ -300,7 +301,5 @@
     // the endpoint again.
     CloseImp(false);
-    fConnectionStatus = kConnecting;
-
-    // FIXME: "No route to host (syytem::113)" gives error:"Operation already in progress. (system:114)"
+
     ostringstream msg;
     if (!host.empty())
@@ -314,4 +313,9 @@
         Warn(fErrConnect);
     }
+
+    if (error==ba::error::basic_errors::operation_aborted)
+        return;
+
+    fConnectionStatus = kConnecting;
 
     // Go on with the next
