Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(255)

Issue 2430513002: Limit QUIC uncompressed header size per stream to 16K, by default. Protected by FLAGS_quic_limit_un… (Closed)

Created:
4 years, 2 months ago by alyssar1
Modified:
4 years, 2 months ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Limit QUIC uncompressed header size per stream to 16K, by default. Protected by FLAGS_quic_limit_uncompressed_headers. Merge internal change: 136104265 R=rch@chromium.org BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+132 lines, -5 lines) Patch
M net/quic/core/quic_flags_list.h View 1 chunk +3 lines, -0 lines 0 comments Download
M net/quic/core/quic_header_list.h View 2 chunks +5 lines, -1 line 0 comments Download
M net/quic/core/quic_header_list.cc View 2 chunks +17 lines, -4 lines 0 comments Download
M net/quic/core/quic_header_list_test.cc View 2 chunks +25 lines, -0 lines 0 comments Download
M net/quic/core/quic_headers_stream.h View 1 chunk +3 lines, -0 lines 0 comments Download
M net/quic/core/quic_headers_stream.cc View 2 chunks +12 lines, -0 lines 0 comments Download
M net/quic/core/quic_headers_stream_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/core/quic_protocol.h View 2 chunks +8 lines, -0 lines 0 comments Download
M net/quic/core/quic_spdy_stream.h View 1 chunk +4 lines, -0 lines 0 comments Download
M net/quic/core/quic_spdy_stream.cc View 2 chunks +14 lines, -0 lines 0 comments Download
M net/quic/core/quic_spdy_stream_test.cc View 1 chunk +13 lines, -0 lines 0 comments Download
M net/quic/core/quic_utils.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/tools/quic/end_to_end_test.cc View 1 chunk +26 lines, -0 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 2 (0 generated)
alyssar1
4 years, 2 months ago (2016-10-17 20:43:39 UTC) #1
Ryan Hamilton
4 years, 2 months ago (2016-10-17 22:10:58 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698