return;
// completeDataDownload() could be waitingForOrigin in fssHandleDataRequest
- // Depending on which side has finished downloading first, either trust
+ // Depending on which side has finished downloading first, either trust
// master->userDataDone status or set originDataDownloadAbortedOnError:
if (master->userDataDone) {
// We finished downloading before Ftp::Client. Most likely, the
public:
typedef RefCount<MasterState> Pointer;
-MasterState(): serverState(fssBegin), clientReadGreeting(false), userDataDone(0) {}
+ MasterState(): serverState(fssBegin), clientReadGreeting(false), userDataDone(0) {}
Ip::Address clientDataAddr; ///< address of our FTP client data connection
SBuf workingDir; ///< estimated current working directory for URI formation