about summary refs log tree commit homepage
path: root/lib/mongrel/http_request.rb
diff options
context:
space:
mode:
authorEvan Weaver <eweaver@twitter.com>2009-01-31 22:09:10 -0800
committerEvan Weaver <eweaver@twitter.com>2009-01-31 22:09:10 -0800
commit108218a89c663af1c14cc6ff376464e71639f974 (patch)
treefab90de61d118e0b05879631c9b1a6e2aa608032 /lib/mongrel/http_request.rb
parentd426c68c11d5733dd4462caafe92b28f436f30e7 (diff)
downloadunicorn-108218a89c663af1c14cc6ff376464e71639f974.tar.gz
Diffstat (limited to 'lib/mongrel/http_request.rb')
-rw-r--r--lib/mongrel/http_request.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/mongrel/http_request.rb b/lib/mongrel/http_request.rb
index f76e0bb..28496cd 100644
--- a/lib/mongrel/http_request.rb
+++ b/lib/mongrel/http_request.rb
@@ -42,9 +42,8 @@ module Mongrel
       @body.rewind if @body
     end
 
-    # returns an environment which is rackable
-    # http://rack.rubyforge.org/doc/files/SPEC.html
-    # copied directly from racks mongrel handler
+    # Returns an environment which is rackable: http://rack.rubyforge.org/doc/files/SPEC.html
+    # Copied directly from Rack's old Mongrel handler.
     def env
       env = params.clone
       env.delete "HTTP_CONTENT_TYPE"