module ActionController::Live

def response_body=(body)

def response_body=(body)
  super
  response.stream.close if response
end