We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f058cc commit 9d554f3Copy full SHA for 9d554f3
src/spec/ruby/jruby/rack/response_spec.rb
@@ -526,11 +526,11 @@ def with_swallow_client_abort(client_abort = true)
526
527
private
528
529
- def update_response_headers(headers, response = response)
+ def update_response_headers(headers, response)
530
response.to_java.getHeaders.update(headers)
531
end
532
533
- def new_response_environment(servlet_response = servlet_response)
+ def new_response_environment(servlet_response)
534
org.jruby.rack.RackResponseEnvironment.impl do |name, *args|
535
servlet_response.send(name, *args)
536
0 commit comments