lib/action_controller/metal/streaming.rb in actionpack-6.0.2.2 vs lib/action_controller/metal/streaming.rb in actionpack-6.0.3.rc1
- old
+ new
@@ -194,10 +194,9 @@
#
module Streaming
extend ActiveSupport::Concern
private
-
# Set proper cache control and transfer encoding when streaming
def _process_options(options)
super
if options[:stream]
if request.version == "HTTP/1.0"