Page load failure should not cause the next command to fail.

This commit is contained in:
Joshua Napoli 2012-04-03 21:27:34 -04:00 committed by Joe Ferris
parent cb32871bcb
commit 3b09429b44
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ void Connection::writePageLoadFailure() {
}
void Connection::finishCommand(Response *response) {
m_pageSuccess = true;
m_runningCommand->deleteLater();
writeResponse(response);
}