summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/rack/handler.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/rack/handler.rb b/lib/rack/handler.rb
index 22d54745..3d99b85d 100644
--- a/lib/rack/handler.rb
+++ b/lib/rack/handler.rb
@@ -3,8 +3,7 @@
module Rack
# *Handlers* connect web servers with Rack.
#
- # Rack includes Handlers for Thin, WEBrick, FastCGI, CGI, SCGI
- # and LiteSpeed.
+ # Rack includes Handlers for WEBrick and CGI.
#
# Handlers usually are activated by calling <tt>MyHandler.run(myapp)</tt>.
# A second optional hash can be passed to include server-specific