class Protocol::HTTP2::Stream
def send_headers?
def send_headers? @state == :idle or @state == :reserved_local or @state == :open or @state == :half_closed_remote end
def send_headers? @state == :idle or @state == :reserved_local or @state == :open or @state == :half_closed_remote end