mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-07 20:05:25 +00:00
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:
parent
3d69e9e5b6
commit
bab276742b
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user