class H2::Client::ReadGate

Attributes

first[RW]

Public Class Methods

new() click to toggle source
# File lib/h2/client.rb, line 413
def initialize
  init_blocking
  @first = true
end