ignore normal Rack response at request-time hijack
commitfedb5e50829e6dfad30ca18ea525c812eccbec70
authorEric Wong <normalperson@yhbt.net>
Tue, 22 Jan 2013 23:52:14 +0000 (22 23:52 +0000)
committerEric Wong <normalperson@yhbt.net>
Tue, 22 Jan 2013 23:54:37 +0000 (22 23:54 +0000)
treef00c797fa7838218128086fa217c92d3d47ab8f1
parent705cf5fcf8ccb37deef5d2b922d6d78d34765c5b
ignore normal Rack response at request-time hijack

Once a connection is hijacked, we ignore it completely and leave
the connection at the mercy of the application.
lib/unicorn/http_request.rb
lib/unicorn/http_server.rb
t/hijack.ru
t/t0200-rack-hijack.sh