提交 76a3ec7f 编写于 作者: J José Valim

Try to play nice with plugins doing monkey patches.

上级 6bff6439
......@@ -45,6 +45,11 @@ def call(env)
private
# Define this method because some plugins were monkey patching it.
# Remove this after 3.2 is out with the other deprecations in this class.
def status_code(*)
end
def render_exception_with_failsafe(env, exception)
render_exception(env, exception)
rescue Exception => failsafe_error
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册