don't skip processing when response's status code isn't 200
This commit is contained in:
parent
176ce40003
commit
d665d6e3f0
@ -36,7 +36,7 @@ module Rack
|
|||||||
end
|
end
|
||||||
|
|
||||||
def html?
|
def html?
|
||||||
@headers['Content-Type'] =~ %r{text/html} and @status == 200
|
@headers['Content-Type'] =~ %r{text/html}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user