зеркало из https://github.com/mozilla/gecko-dev.git
OnStopBinding call in protocol handler should trigger a change in the url state.
This commit is contained in:
Родитель
2390d3883a
Коммит
f46922cdbd
|
@ -366,7 +366,7 @@ NS_IMETHODIMP nsSmtpProtocol::OnStopBinding(nsIURL* aURL, nsresult aStatus, cons
|
|||
{
|
||||
// what can we do? we can close the stream?
|
||||
m_urlInProgress = PR_FALSE; // don't close the connection...we may be re-using it.
|
||||
// CloseConnection();
|
||||
m_runningURL->SetUrlState(PR_FALSE, NS_OK);
|
||||
|
||||
// and we want to mark ourselves for deletion or some how inform our protocol manager that we are
|
||||
// available for another url if there is one....
|
||||
|
|
Загрузка…
Ссылка в новой задаче