From 843d30120139dc372aca6c1773ac7699b6ee6345 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 29 Apr 2011 12:21:38 -0700 Subject: examples/big_app_gc: fix comment Oops, comments should match the latest code --- examples/big_app_gc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-24-ge0c7