Index: /trunk/FACT++/src/lidctrl.cc
===================================================================
--- /trunk/FACT++/src/lidctrl.cc	(revision 17915)
+++ /trunk/FACT++/src/lidctrl.cc	(revision 17916)
@@ -116,5 +116,4 @@
         {
             Warn("Parsing of html failed.");
-            PostClose(false);
             return;
         }
@@ -171,5 +170,4 @@
 
         fLastReport = Time();
-        PostClose(false);
     }
 
@@ -183,4 +181,5 @@
                 //Warn("Connection closed by remote host.");
                 ProcessAnswer();
+                PostClose(false);
                 return;
             }
@@ -293,4 +292,9 @@
         Request();
         StartReadReport();
+    }
+
+    void ConnectionFailed()
+    {
+        StartConnect();
     }
 
