From 6132506aa83aa80b416b9f4934afa40e1646ab7e Mon Sep 17 00:00:00 2001 From: "naving%netscape.com" Date: Mon, 7 Jan 2002 00:41:12 +0000 Subject: [PATCH] 114700 sr=bienvenu. remove PR_Sleep call - not needed anymore. --- mailnews/local/src/nsMailboxProtocol.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mailnews/local/src/nsMailboxProtocol.cpp b/mailnews/local/src/nsMailboxProtocol.cpp index c7e1f1ddce2b..40ae0bb6d202 100644 --- a/mailnews/local/src/nsMailboxProtocol.cpp +++ b/mailnews/local/src/nsMailboxProtocol.cpp @@ -322,7 +322,6 @@ NS_IMETHODIMP nsMailboxProtocol::OnStopRequest(nsIRequest *request, nsISupports // then, we have to make sure the url keeps running somehow. nsCOMPtr urlSupports = do_QueryInterface(m_runningUrl); // put us in a state where we are always notified of incoming data - PR_Sleep(PR_MicrosecondsToInterval(500UL)); rv = m_transport->AsyncRead(this, urlSupports, msgKey, msgSize, 0, getter_AddRefs(m_request)); NS_ASSERTION(NS_SUCCEEDED(rv), "AsyncRead failed"); if (m_loadGroup)