You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: lib/rack/contrib/sendfile.rb
+2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
require'rack/file'
2
2
3
+
warn"rack-contrib deprecation warning: the rack-contrib version of Rack::Sendfile is deprecated and will be removed in rack-contrib 2.0. Please use the Rack::Sendfile from Rack 2.x instead."
0 commit comments