зеркало из https://github.com/mozilla/pjs.git
fix for bug #244649
SMTP: send dialog flashing during big attachment sending if you have a fast connection r=mscott, sr=bienvenu
This commit is contained in:
Родитель
f05156948f
Коммит
01ca0564eb
|
@ -675,7 +675,7 @@ nsMsgProtocol::OnTransportStatus(nsITransport *transport, nsresult status,
|
|||
if (status == nsISocketTransport::STATUS_RECEIVING_FROM ||
|
||||
status == nsISocketTransport::STATUS_SENDING_TO)
|
||||
{
|
||||
mProgressEventSink->OnProgress(this, nsnull, progress, progressMax);
|
||||
// do nothing....do NOT report socket transport progress bytes either
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче