Class: Unicorn::HttpServer

Inherits:
Object
  • Object
show all
Defined in:
lib/patches.rb,
lib/patches.rb

Constant Summary collapse

REQ =
Unicorn::HttpRequest::REQ

Instance Method Summary collapse

Instance Method Details

#orig_process_clientObject



59
60
61
62
# File 'lib/patches.rb', line 59

def process_client(client)
  ::Spawn.resources_to_close(client, REQ)
  orig_process_client(client)
end

#process_client(client) ⇒ Object



60
61
62
63
# File 'lib/patches.rb', line 60

def process_client(client)
  ::Spawn.resources_to_close(client, REQ)
  orig_process_client(client)
end