chromium/net/third_party/quiche/src/quiche/quic/core/frames/quic_path_challenge_frame.cc

// Copyright (c) 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "quiche/quic/core/frames/quic_path_challenge_frame.h"

#include <ostream>

#include "absl/strings/escaping.h"
#include "quiche/quic/platform/api/quic_bug_tracker.h"

namespace quic {

QuicPathChallengeFrame::QuicPathChallengeFrame()
    :{}

QuicPathChallengeFrame::QuicPathChallengeFrame(
    QuicControlFrameId control_frame_id, const QuicPathFrameBuffer& data_buff)
    :{}

std::ostream& operator<<(std::ostream& os,
                         const QuicPathChallengeFrame& frame) {}

}  // namespace quic