class Rack::Test::Session

def close_body(body)

def close_body(body)
  body.close if body.respond_to?(:close)
end