class Puma::Client

def call

into the env)
For the hijack protocol (allows us to just put the Client object
def call
  @hijacked = true
  env[HIJACK_IO] ||= @io
end