summaryrefslogtreecommitdiffstats
path: root/netwerk/protocol/ftp/nsFtpConnectionThread.h
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-01-27 11:04:38 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-01-27 11:04:38 +0100
commit2ae921df312510d49d5f2256393cbdc52d33ecc7 (patch)
tree58f88e8aeadc797533ec69e38ac8235f535c617b /netwerk/protocol/ftp/nsFtpConnectionThread.h
parent607e943ae2181e2a2f3fb55da6b90055c527d25e (diff)
parentf0aaab86a1472c4efa5792c7893f6b2ed528fccf (diff)
downloadUXP-2ae921df312510d49d5f2256393cbdc52d33ecc7.tar
UXP-2ae921df312510d49d5f2256393cbdc52d33ecc7.tar.gz
UXP-2ae921df312510d49d5f2256393cbdc52d33ecc7.tar.lz
UXP-2ae921df312510d49d5f2256393cbdc52d33ecc7.tar.xz
UXP-2ae921df312510d49d5f2256393cbdc52d33ecc7.zip
Merge branch 'release' into Pale_Moon-release
Diffstat (limited to 'netwerk/protocol/ftp/nsFtpConnectionThread.h')
-rw-r--r--netwerk/protocol/ftp/nsFtpConnectionThread.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/netwerk/protocol/ftp/nsFtpConnectionThread.h b/netwerk/protocol/ftp/nsFtpConnectionThread.h
index b4e71bd10..2fe21ab8c 100644
--- a/netwerk/protocol/ftp/nsFtpConnectionThread.h
+++ b/netwerk/protocol/ftp/nsFtpConnectionThread.h
@@ -180,6 +180,12 @@ private:
bool mRetryPass; // retrying the password
bool mStorReplyReceived; // FALSE if waiting for STOR
// completion status from server
+ bool mRlist1xxReceived; // TRUE if the server has sent a
+ // LIST 1xx response.
+ bool mRstor1xxReceived; // TRUE if the server has sent a
+ // STOR 1xx response.
+ bool mRretr1xxReceived; // TRUE if the server has sent a
+ // RETR 1xx response.
nsresult mInternalError; // represents internal state errors
bool mReconnectAndLoginAgain;
bool mCacheConnection;