mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 01:37:16 +00:00
154220 r=curt sr=dveditz
don't show 'setup paused' dialog when invalid http response code
This commit is contained in:
parent
f77d6579ac
commit
7a4d8c7430
@ -1020,6 +1020,7 @@ int DownloadFiles(char *szInputIniFile,
|
||||
else if((rv != nsFTPConn::OK) &&
|
||||
(rv != nsFTPConn::E_CMD_FAIL) &&
|
||||
(rv != nsSocket::E_BIND) &&
|
||||
(rv != nsHTTPConn::E_HTTP_RESPONSE) &&
|
||||
(gdwDownloadDialogStatus != CS_CANCEL))
|
||||
{
|
||||
/* We timed out. No response from the server, or
|
||||
|
Loading…
x
Reference in New Issue
Block a user