Attributes
hijacked | [R] | |
upgrade_protocol | [R] |
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