class Rack::Protection::JsonCsrf

def close_body(body)

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