module HTTPX::Plugins::Upgrade::ConnectionMethods

  1. lib/httpx/plugins/upgrade.rb

Methods

Public Instance

  1. hijack_io
  2. hijacked
  3. upgrade_protocol

Attributes

Public Instance methods

hijack_io()
[show source]
   # File lib/httpx/plugins/upgrade.rb
68 def hijack_io
69   @hijacked = true
70 
71   # connection is taken away from selector and not given back to the pool.
72   @current_session.deselect_connection(self, @current_selector, true)
73 end