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

Issue 2535373002: QUIC - bugfix for forced head of line blocking experiment. Guarded by ENABLED --FLAGS_quic_bugfix_f… (Closed)

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

Description

QUIC - bugfix for forced head of line blocking experiment. Guarded by ENABLED --FLAGS_quic_bugfix_fhol_writev_fin_only_v2. Fix bugs in FHOL: o handle fin-only writev correctly. o limit additional buffering to one HTTP/2 Data frame (~16KB). o make headers stream flow control a large fixed size, rather than using autotuning. This is a redo of internal change 134345701, the only difference being the headers stream flow control window size. Merge internal change: 136086759 This is a re-application of https://codereview.chromium.org/2414193002, after it got reverted by accident during the merge. R=rch@chromium.org BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+197 lines, -48 lines) Patch
M net/quic/core/quic_headers_stream.h View 1 chunk +7 lines, -2 lines 0 comments Download
M net/quic/core/quic_headers_stream.cc View 2 chunks +103 lines, -40 lines 0 comments Download
M net/quic/core/quic_headers_stream_test.cc View 2 chunks +69 lines, -0 lines 0 comments Download
M net/quic/core/quic_spdy_session.cc View 1 chunk +18 lines, -6 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 2 (0 generated)
Victor Vasiliev
4 years ago (2016-11-29 21:13:49 UTC) #1
Ryan Hamilton
4 years ago (2016-11-29 21:30:20 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698