File 0004-CVE-2022-23633.patch of Package rubygem-actionpack-5_1.36289
--- actionpack-5.1.4/lib/action_dispatch/middleware/executor.rb.old 2022-06-01 18:32:21.419231556 +0200 +++ actionpack-5.1.4/lib/action_dispatch/middleware/executor.rb 2022-06-01 18:32:32.519311386 +0200 @@ -7,7 +7,7 @@ end def call(env) - state = @executor.run! + state = @executor.run!(reset: true) begin response = @app.call(env) returned = response << ::Rack::BodyProxy.new(response.pop) { state.complete! }