FIX oobgc support for Ruby 2.1
This commit is contained in:
parent
a6f4d00670
commit
f617086e91
|
@ -77,6 +77,7 @@ module Middleware::UnicornOobgc
|
|||
def process_client(client)
|
||||
|
||||
if use_gctools?
|
||||
super(client)
|
||||
GC::OOB.run
|
||||
return
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue