Skip to content

Commit

Permalink
Link to github, not rubyforge [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle authored Jul 10, 2023
1 parent a768d37 commit 025375d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/new_relic/rack/browser_monitoring.rb
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def gather_source(response)
end

# Per "The Response > The Body" section of Rack spec, we should close
# if our response is able. http://rack.rubyforge.org/doc/SPEC.html
# if our response is able. https://github.com/rack/rack/blob/main/SPEC.rdoc
def close_old_response(response)
response.close if response.respond_to?(:close)
end
Expand Down

0 comments on commit 025375d

Please sign in to comment.