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

Issue 1142543002: Fixing a bug in the QUIC code where we could create new streams (Closed)

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

Description

Fixing a bug in the QUIC code where we could create new streams server-side even once the connection was killed off. Not creating QUIC streams after disconnect. Not flag protected. Merge internal change: 92727137 R=rch@chromium.org

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -2 lines) Patch
M net/quic/quic_connection.cc View 1 chunk +24 lines, -1 line 0 comments Download
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 +4 lines, -0 lines 0 comments Download
M net/quic/quic_session.cc View 2 chunks +4 lines, -1 line 0 comments Download
M net/tools/quic/quic_server_session.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M net/tools/quic/quic_server_session_test.cc View 2 chunks +8 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
ramant (doing other things)
5 years, 7 months ago (2015-05-14 21:37:31 UTC) #1
Ryan Hamilton
5 years, 7 months ago (2015-05-15 04:02:07 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698