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

Issue 286213002: Refactor: move flow controller from QuicConnection to QuicSession. (Closed)

Created:
6 years, 7 months ago by ramant (doing other things)
Modified:
6 years, 7 months ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org, Robbie Shade, Jana
Base URL:
https://chromium.googlesource.com/chromium/src
Visibility:
Public.

Description

Refactor: move flow controller from QuicConnection to QuicSession. No behavior change intended. Merge internal change: 67036889 R=rch@chromium.org

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+151 lines, -156 lines) Patch
M net/quic/quic_client_session.h View 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/quic_client_session.cc View 1 chunk +4 lines, -1 line 0 comments Download
M net/quic/quic_client_session_base.h View 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/quic_client_session_base.cc View 1 chunk +7 lines, -3 lines 0 comments Download
M net/quic/quic_client_session_test.cc View 2 chunks +3 lines, -1 line 0 comments Download
M net/quic/quic_connection.h View 5 chunks +1 line, -15 lines 0 comments Download
M net/quic/quic_connection.cc View 6 chunks +2 lines, -29 lines 0 comments Download
M net/quic/quic_connection_test.cc View 4 chunks +5 lines, -21 lines 0 comments Download
M net/quic/quic_crypto_client_stream.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_crypto_server_stream.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_data_stream_test.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M net/quic/quic_http_stream_test.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M net/quic/quic_session.h View 5 chunks +15 lines, -1 line 0 comments Download
M net/quic/quic_session.cc View 6 chunks +24 lines, -5 lines 0 comments Download
M net/quic/quic_session_test.cc View 3 chunks +17 lines, -5 lines 0 comments Download
M net/quic/quic_stream_factory.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/quic/reliable_quic_stream.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M net/quic/reliable_quic_stream_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/quic/test_tools/quic_test_utils.cc View 7 chunks +11 lines, -15 lines 0 comments Download
M net/tools/quic/quic_client.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/tools/quic/quic_client_session.h View 1 chunk +1 line, -0 lines 0 comments Download
M net/tools/quic/quic_client_session.cc View 1 chunk +4 lines, -1 line 0 comments Download
M net/tools/quic/quic_client_session_test.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M net/tools/quic/quic_dispatcher.h View 1 chunk +1 line, -2 lines 0 comments Download
M net/tools/quic/quic_dispatcher.cc View 3 chunks +8 lines, -11 lines 0 comments Download
M net/tools/quic/quic_dispatcher_test.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M net/tools/quic/quic_server_session.h View 1 chunk +1 line, -0 lines 0 comments Download
M net/tools/quic/quic_server_session.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M net/tools/quic/quic_server_session_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/quic/quic_spdy_client_stream_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/tools/quic/test_tools/quic_dispatcher_peer.h View 1 chunk +1 line, -2 lines 0 comments Download
M net/tools/quic/test_tools/quic_dispatcher_peer.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M net/tools/quic/test_tools/quic_test_utils.cc View 6 chunks +10 lines, -13 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
ramant (doing other things)
6 years, 7 months ago (2014-05-15 21:28:51 UTC) #1
ramant (doing other things)
6 years, 7 months ago (2014-05-15 21:29:47 UTC) #2
Ryan Hamilton
6 years, 7 months ago (2014-05-15 21:58:49 UTC) #3
lgtm

Powered by Google App Engine
This is Rietveld 408576698