diff --git a/lib/rack/livereload/processing_skip_analyzer.rb b/lib/rack/livereload/processing_skip_analyzer.rb index f9eb0a1..8c8f3b7 100644 --- a/lib/rack/livereload/processing_skip_analyzer.rb +++ b/lib/rack/livereload/processing_skip_analyzer.rb @@ -36,7 +36,7 @@ module Rack end def html? - @headers['Content-Type'] =~ %r{text/html} and @status == 200 + @headers['Content-Type'] =~ %r{text/html} end end end