open_new_stream(state: :reserved_local) { |stream|
      assert_connection_error(:protocol_error) {
        stream.receive_frame(Frame.craft(type: :headers, stream_id: stream.id, flags: [:end_headers, :end_stream], payload: _payload))