about summary refs log tree commit homepage
path: root/lib/rainbows/sendfile.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-06-24 06:48:54 +0000
committerEric Wong <normalperson@yhbt.net>2010-06-24 06:49:31 +0000
commit4442a5f7d517645957d5a78911fec48010d3e6c7 (patch)
tree70bc666d4bdc8752024050de185e1e991262275f /lib/rainbows/sendfile.rb
parent23551fb5241630e1c8d1ea3788defb4b5bcbe832 (diff)
downloadrainbows-4442a5f7d517645957d5a78911fec48010d3e6c7.tar.gz
Rack::Contrib::Sendfile moved into Rack in December 2009.
Diffstat (limited to 'lib/rainbows/sendfile.rb')
-rw-r--r--lib/rainbows/sendfile.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rainbows/sendfile.rb b/lib/rainbows/sendfile.rb
index e418fd1..146c4c5 100644
--- a/lib/rainbows/sendfile.rb
+++ b/lib/rainbows/sendfile.rb
@@ -11,8 +11,8 @@ module Rainbows
 # efficiently using sendfile() or similar.  With multithreaded models
 # under Ruby 1.9, IO.copy_stream will be used.
 #
-# This middleware is the opposite of Rack::Contrib::Sendfile as it
-# reverses the effect of Rack::Contrib::Sendfile.  Unlike many Ruby
+# This middleware is the opposite of Rack::Sendfile as it
+# reverses the effect of Rack:::Sendfile.  Unlike many Ruby
 # web servers, some configurations of \Rainbows! are capable of
 # serving static files efficiently.
 #