the warning comments are no longer needed.
startWriting();
else
waitForService();
-
- // XXX: If commConnectStart in startWriting fails, we may get here
- //_after_ the object got destroyed. Somebody please fix commConnectStart!
- // TODO: Does re-entrance protection in callStart() solve the above?
- // TODO: Check that comm using AsyncCalls solves this problem.
}
void ICAPModXact::waitForService()
decideOnRetries();
openConnection();
- // put nothing here as openConnection calls commConnectStart
- // and that may call us back without waiting for the next select loop
}
// connection with the ICAP service established