about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-04-29 12:21:38 -0700
committerEric Wong <normalperson@yhbt.net>2011-04-29 12:21:38 -0700
commit843d30120139dc372aca6c1773ac7699b6ee6345 (patch)
treeb03c5f64b6525f1bf31aa7872636ee6c756bc6c2
parentd4f70c45029ab1c6aba4bc2d69283ae43e46d9ff (diff)
downloadunicorn-843d30120139dc372aca6c1773ac7699b6ee6345.tar.gz
Oops, comments should match the latest code
-rw-r--r--examples/big_app_gc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/big_app_gc.rb b/examples/big_app_gc.rb
index 0d9aa54..b4e134f 100644
--- a/examples/big_app_gc.rb
+++ b/examples/big_app_gc.rb
@@ -1,6 +1,6 @@
 # Run GC after every request, before attempting to accept more connections.
 #
-# You could customize this patch to read REQ["PATH_INFO"] and only
+# You could customize this patch to read @request.env["PATH_INFO"] and only
 # call GC.start after expensive requests.
 #
 # We could have this wrap the response body.close as middleware, but the