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



63
64
65
66
# File 'lib/patches.rb', line 63

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

#process_client(client) ⇒ Object



64
65
66
67
# File 'lib/patches.rb', line 64

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