Changeset 17916


Ignore:
Timestamp:
07/21/14 11:11:09 (10 years ago)
Author:
tbretz
Message:
Start a new connection attempt if connection has failed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/lidctrl.cc

    r17320 r17916  
    116116        {
    117117            Warn("Parsing of html failed.");
    118             PostClose(false);
    119118            return;
    120119        }
     
    171170
    172171        fLastReport = Time();
    173         PostClose(false);
    174172    }
    175173
     
    183181                //Warn("Connection closed by remote host.");
    184182                ProcessAnswer();
     183                PostClose(false);
    185184                return;
    186185            }
     
    293292        Request();
    294293        StartReadReport();
     294    }
     295
     296    void ConnectionFailed()
     297    {
     298        StartConnect();
    295299    }
    296300
Note: See TracChangeset for help on using the changeset viewer.