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
bool waitingForOrigin;
/// whether the origin data transfer aborted
bool originDataDownloadAbortedOnError;
-
+
/// a response which writing was postponed until stopWaitingForOrigin()
HttpReply::Pointer delayedReply;
};