Navigation Menu

Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Render non-HTML content when reply emits finished
Browse files Browse the repository at this point in the history
  • Loading branch information
mhoran committed Oct 24, 2012
1 parent e9a4b77 commit ecfa783
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion spec/driver_spec.rb
Expand Up @@ -203,7 +203,6 @@ def in_iframe_request?

context "css app" do
let(:driver) do
pending 'this spec is hanging the server'
driver_for_app do
get "/" do
headers "Content-Type" => "text/css"
Expand Down
1 change: 1 addition & 0 deletions src/UnsupportedContentHandler.cpp
Expand Up @@ -21,5 +21,6 @@ void UnsupportedContentHandler::waitForReplyToFinish() {
}

void UnsupportedContentHandler::replyFinished() {
renderNonHtmlContent();
connect(m_page, SIGNAL(loadFinished(bool)), m_page, SLOT(loadFinished(bool)));
}

0 comments on commit ecfa783

Please sign in to comment.