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:
cbiesinger%web.de 2004-04-23 18:57:10 +00:00
parent 5ec8b2db80
commit 9c013ff74b

View File

@ -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: