summaryrefslogtreecommitdiff
path: root/lib/rack/server.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rack/server.rb')
-rw-r--r--lib/rack/server.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rack/server.rb b/lib/rack/server.rb
index 3b362b21..cf361a94 100644
--- a/lib/rack/server.rb
+++ b/lib/rack/server.rb
@@ -393,7 +393,6 @@ module Rack
def parse_options(args)
# Don't evaluate CGI ISINDEX parameters.
- # http://www.meb.uni-bonn.de/docs/cgi/cl.html
args.clear if ENV.include?(REQUEST_METHOD)
@options = opt_parser.parse!(args)