Method: HTTPX::Channel#reset

Defined in:
lib/httpx/channel.rb

#resetObject



172
173
174
175
176
# File 'lib/httpx/channel.rb', line 172

def reset
  transition(:closing)
  transition(:closed)
  emit(:close)
end