# File lib/thin/connection.rb, line 142 def threaded? @threaded || (@app.respond_to?(:deferred?) && @app.deferred?(@request.env)) end