Method: HTTPX::Connection::HTTP2#ping

Defined in:
lib/httpx/connection/http2.rb

#pingObject



155
156
157
158
159
160
# File 'lib/httpx/connection/http2.rb', line 155

def ping
  ping = SecureRandom.gen_random(8)
  @connection.ping(ping.dup)
ensure
  @pings << ping
end