mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
set unsupported content response headers
This commit is contained in:
parent
06a4e95eb1
commit
62e0ec1b93
1 changed files with 1 additions and 0 deletions
|
@ -27,5 +27,6 @@ void UnsupportedContentHandler::loadUnsupportedContent() {
|
|||
|
||||
void UnsupportedContentHandler::finish(bool success) {
|
||||
connect(m_page, SIGNAL(loadFinished(bool)), m_page, SLOT(loadFinished(bool)));
|
||||
m_page->replyFinished(m_reply);
|
||||
m_page->loadFinished(success);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue