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

Issue 1518483003: QuicSpdyStream supports receiving trailing headers frames. Flag protected by FLAGS_quic_support_tra… (Closed)

Created:
5 years ago by Jana
Modified:
5 years ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@clean
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

QuicSpdyStream supports receiving trailing headers frames. Flag protected by FLAGS_quic_support_trailers This is not expected to cause changes in production, as no client should be sending Trailers. That said, this is being flag protected as it does potentially change behavior, and the FLAG is intended to cover further CLs as Trailers support is fleshed out. Merge internal change: 108972403 R=rch@chromium.org BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+152 lines, -7 lines) Patch
M net/quic/quic_flags.h View 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/quic_flags.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M net/quic/quic_spdy_stream.h View 4 chunks +24 lines, -0 lines 0 comments Download
M net/quic/quic_spdy_stream.cc View 7 chunks +51 lines, -7 lines 0 comments Download
M net/quic/quic_spdy_stream_test.cc View 1 chunk +73 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 2 (0 generated)
Jana
5 years ago (2015-12-10 00:24:44 UTC) #1
Ryan Hamilton
5 years ago (2015-12-10 00:53:07 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698