summaryrefslogtreecommitdiff
path: root/chromium/net/spdy/spdy_flags.cc
blob: 15fa1af8d51c845a55bf336d0027f8c40ed4e3cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright 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 "net/spdy/spdy_flags.h"

// When true, remove hardcoded HPACK size limit on buffered encoded data.
bool FLAGS_chromium_http2_flag_remove_hpack_decode_buffer_size_limit = true;

// Use NestedSpdyFramerDecoder.
bool FLAGS_use_nested_spdy_framer_decoder = false;

// Enforce the limit we advertise on frame payload size with
// GOAWAY_FRAME_SIZE_ERROR.
bool FLAGS_chromium_http2_flag_enforce_max_frame_size = false;