aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/lib/action_controller')
-rw-r--r--actionpack/lib/action_controller/metal/live.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/actionpack/lib/action_controller/metal/live.rb b/actionpack/lib/action_controller/metal/live.rb
index 226943ff26..4674f0348d 100644
--- a/actionpack/lib/action_controller/metal/live.rb
+++ b/actionpack/lib/action_controller/metal/live.rb
@@ -121,6 +121,11 @@ module ActionController # :nodoc:
@_response.await_commit
end
+ def response_body=(body)
+ super
+ response.stream.close if response
+ end
+
def set_response!(request)
if request.env["HTTP_VERSION"] == "HTTP/1.0"
super