+/*
+ * DEBUG: section 05 Socket Connection Opener
+ */
+
#include "config.h"
#include "comm/ConnOpener.h"
#include "comm/Connection.h"
void
ConnOpener::start()
{
+ Must(solo != NULL);
+
/* handle connecting to one single path */
if (solo->fd < 0) {
#if USE_IPV6
if (calls.timeout == NULL) {
typedef CommCbMemFunT<ConnOpener, CommTimeoutCbParams> Dialer;
- calls.timeout = asyncCall(5, 4, "ConnOpener::connect Timeout",
+ calls.timeout = asyncCall(5, 4, "ConnOpener::timeout",
Dialer(this, &ConnOpener::timeout));
}
debugs(5, 3, HERE << "FD " << solo->fd << " timeout " << connect_timeout);