diff --git a/lib/new_relic/rack/browser_monitoring.rb b/lib/new_relic/rack/browser_monitoring.rb index 83cd7c2718..07cc598b06 100644 --- a/lib/new_relic/rack/browser_monitoring.rb +++ b/lib/new_relic/rack/browser_monitoring.rb @@ -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