From 6dd90cb902f43b32b0db204484d5e3df79ec0d0c Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 10 Feb 2011 13:34:58 -0800 Subject: remove unnecessary &block usage They needlessly allocate Proc objects --- lib/unicorn/app/exec_cgi.rb | 2 +- lib/unicorn/app/inetd.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/unicorn/app') diff --git a/lib/unicorn/app/exec_cgi.rb b/lib/unicorn/app/exec_cgi.rb index c259403..ac16755 100644 --- a/lib/unicorn/app/exec_cgi.rb +++ b/lib/unicorn/app/exec_cgi.rb @@ -33,7 +33,7 @@ module Unicorn::App sysseek(@body_offset = n) end - def each(&block) + def each sysseek @body_offset # don't use a preallocated buffer for sysread since we can't # guarantee an actual socket is consuming the yielded string diff --git a/lib/unicorn/app/inetd.rb b/lib/unicorn/app/inetd.rb index 9bfa7cb..2cc280c 100644 --- a/lib/unicorn/app/inetd.rb +++ b/lib/unicorn/app/inetd.rb @@ -47,7 +47,7 @@ module Unicorn::App } end - def each(&block) + def each begin rd, = IO.select([err_rd, out_rd]) rd && rd.first or next -- cgit v1.2.3-24-ge0c7