Method: HTTPX::Connection::HTTP2#close
- Defined in:
- lib/httpx/connection/http2.rb
#close ⇒ Object
89 90 91 92 93 94 95 |
# File 'lib/httpx/connection/http2.rb', line 89 def close unless @connection.state == :closed @connection.goaway emit(:timeout, @options.timeout[:close_handshake_timeout]) end emit(:close) end |