distinguish between a clean and an abrupt shutdown.
cancel send watchdog timer immediately after exiting send
This commit is contained in:
@@ -29,7 +29,7 @@ void tcpSendWatchdog::expire ()
|
||||
this->hostName ( hostName, sizeof (hostName) );
|
||||
ca_printf ( "Request not accepted by CA server %s for %g sec. Disconnecting.\n",
|
||||
hostName, this->period);
|
||||
this->shutdown ();
|
||||
this->forcedShutdown ();
|
||||
}
|
||||
|
||||
void tcpSendWatchdog::destroy ()
|
||||
|
||||
Reference in New Issue
Block a user