FIX oobgc support for Ruby 2.1

This commit is contained in:
Sam 2014-02-18 14:43:24 +11:00
parent a6f4d00670
commit f617086e91
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ module Middleware::UnicornOobgc
def process_client(client)
if use_gctools?
super(client)
GC::OOB.run
return
end