Method: HTTPX::Channel#reset

Defined in:
lib/httpx/channel.rb

#resetObject



150
151
152
153
154
# File 'lib/httpx/channel.rb', line 150

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