mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-06 22:53:08 +00:00
bug #46136. r:valeski, a:leaf. Reset mIP6vChecked as PR_FASLE to prevent browser
from hunging for ftp protocol
This commit is contained in:
parent
54605864f0
commit
16d821c74c
@ -295,6 +295,9 @@ nsFtpConnectionThread::Process() {
|
||||
// that the max number of users has been reached...
|
||||
mState = FTP_COMMAND_CONNECT;
|
||||
mNextState = FTP_S_USER;
|
||||
if (mIPv6Checked) {
|
||||
mIPv6Checked = PR_FALSE;
|
||||
}
|
||||
} else {
|
||||
PR_LOG(gFTPLog, PR_LOG_DEBUG, ("%x Process() - ERROR\n", mURL.get()));
|
||||
rv = StopProcessing();
|
||||
|
Loading…
x
Reference in New Issue
Block a user