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

// Copyright (c) 2016 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_connection_close_frame.h"

#include <memory>
#include <ostream>
#include <string>

#include "quiche/quic/core/quic_constants.h"
#include "quiche/quic/core/quic_error_codes.h"
#include "quiche/quic/core/quic_types.h"

namespace quic {

QuicConnectionCloseFrame::QuicConnectionCloseFrame(
    QuicTransportVersion transport_version, QuicErrorCode error_code,
    QuicIetfTransportErrorCodes ietf_error, std::string error_phrase,
    uint64_t frame_type)
    :{}

std::ostream& operator<<(
    std::ostream& os, const QuicConnectionCloseFrame& connection_close_frame) {}

}  // namespace quic