class Protocol::HTTP::Response

def hijack?

Whether the response is considered a hijack: the connection has been taken over by the application and the server should not send any more data.
def hijack?
	false
end