bug 240367, also filter out nsITransport::STATUS_READING and STATUS_WRITING
messages r+sr=darin git-svn-id: svn://10.0.0.236/trunk@155402 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
5ec8b2db80
commit
9c013ff74b
@ -99,6 +99,7 @@
|
||||
#include "nsIDOMHTMLDocument.h"
|
||||
|
||||
#include "ftpCore.h"
|
||||
#include "nsITransport.h"
|
||||
#include "nsISocketTransport.h"
|
||||
#include "nsIStringBundle.h"
|
||||
|
||||
@ -945,6 +946,8 @@ NS_IMETHODIMP nsWebBrowserPersist::OnStatus(
|
||||
case NS_NET_STATUS_SENDING_TO:
|
||||
case NS_NET_STATUS_RECEIVING_FROM:
|
||||
case NS_NET_STATUS_WAITING_FOR:
|
||||
case nsITransport::STATUS_READING:
|
||||
case nsITransport::STATUS_WRITING:
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user