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

Issue 2464603002: Break reliance of QuicDispatcher on QuicServerSessionBase (Closed)

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

Description

Break reliance of QuicDispatcher on QuicServerSessionBase QuicServerSessionBase implies SPDY/HTTP semantics which violates the abstraction layer of QUIC being a protocol-layer transport. Refactor QuicDispatcher to use QuicSession rather than have a false dependency on QuicServerSessionBase. Should be a pure refactor (no functional changes). Merge internal change: 136479337 R=rch@chromium.org BUG=

Patch Set 1 #

Patch Set 2 : Updated patchset dependency #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -23 lines) Patch
M net/quic/core/quic_server_session_base.h View 1 chunk +1 line, -2 lines 0 comments Download
M net/tools/quic/end_to_end_test.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M net/tools/quic/quic_dispatcher.h View 5 chunks +9 lines, -11 lines 0 comments Download
M net/tools/quic/quic_dispatcher.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M net/tools/quic/test_tools/mock_quic_server_session_visitor.h View 1 chunk +1 line, -2 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 2 (0 generated)
Buck
4 years, 1 month ago (2016-10-29 04:32:39 UTC) #1
Ryan Hamilton
4 years, 1 month ago (2016-10-29 14:41:56 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698