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

Issue 1277753002: relnote: Close QUIC connections due to too many open streams earlier in (Closed)

Created:
5 years, 4 months ago by ramant (doing other things)
Modified:
5 years, 4 months ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@format_fix_99250353
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

relnote: Close QUIC connections due to too many open streams earlier in processing. No significant behavior change. Flag-protected by enabled FLAGS_exact_stream_id_delta. Replace the "maximum delta in stream ID" test on a newly-created stream with an exact test for the max number of open streams. Change the error in this case from QUIC_INVALID_STREAM_ID to QUIC_TOO_MANY_OPEN_STREAMS. FIXED=22477228 Merge internal change: 99369742 R=rch@chromium.org

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+90 lines, -25 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 +5 lines, -0 lines 0 comments Download
M net/quic/quic_protocol.h View 1 chunk +0 lines, -3 lines 0 comments Download
M net/quic/quic_session.cc View 1 chunk +33 lines, -11 lines 0 comments Download
M net/quic/quic_session_test.cc View 3 chunks +43 lines, -5 lines 0 comments Download
M net/tools/quic/quic_server_session.cc View 1 chunk +8 lines, -6 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 2 (0 generated)
ramant (doing other things)
5 years, 4 months ago (2015-08-06 00:07:09 UTC) #1
Ryan Hamilton
5 years, 4 months ago (2015-08-06 19:14:40 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698