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

Issue 481103003: QUIC - Construct crypto_stream_ in QuicClientSession::InitializeSession (Closed)

Created:
6 years, 4 months ago by ramant (doing other things)
Modified:
6 years, 3 months ago
Reviewers:
wtc, Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org, rjshade, alyssar, wtc
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

QUIC - Construct crypto_stream_ in QuicClientSession::InitializeSession instread of QuicClientSession's constructor to make it easier for server side code to do the same. Call QuicClientSessionBase::InitializeSession() after constructing QuicCryptoClientStream. This is done per discussion in interal change: 72671781 The following are the earlier related issues: https://codereview.chromium.org/393953009/ https://codereview.chromium.org/407193002/ R=rch@chromium.org Committed: https://crrev.com/b998b32fe737ccb9cec756f60660dee9b4cacfd8 Cr-Commit-Position: refs/heads/master@{#291812}

Patch Set 1 #

Patch Set 2 : rebase TOT #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -28 lines) Patch
M net/quic/quic_client_session.h View 2 chunks +9 lines, -6 lines 2 comments Download
M net/quic/quic_client_session.cc View 1 4 chunks +10 lines, -7 lines 0 comments Download
M net/quic/quic_client_session_test.cc View 1 1 chunk +5 lines, -6 lines 0 comments Download
M net/quic/quic_http_stream_test.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M net/quic/quic_stream_factory.cc View 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
ramant (doing other things)
6 years, 4 months ago (2014-08-25 18:41:23 UTC) #1
Ryan Hamilton
lgtm
6 years, 4 months ago (2014-08-25 22:05:01 UTC) #2
ramant (doing other things)
The CQ bit was checked by rtenneti@chromium.org
6 years, 4 months ago (2014-08-25 23:31:35 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rtenneti@chromium.org/481103003/1
6 years, 4 months ago (2014-08-25 23:33:01 UTC) #4
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-26 00:16:52 UTC) #5
commit-bot: I haz the power
Failed to commit the patch.
6 years, 4 months ago (2014-08-26 00:16:54 UTC) #6
ramant (doing other things)
The CQ bit was checked by rtenneti@chromium.org
6 years, 4 months ago (2014-08-26 00:30:37 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rtenneti@chromium.org/481103003/1
6 years, 4 months ago (2014-08-26 00:34:24 UTC) #8
ramant (doing other things)
The CQ bit was checked by rtenneti@chromium.org
6 years, 4 months ago (2014-08-26 00:36:44 UTC) #9
commit-bot: I haz the power
Committed patchset #1 (1) as 00a8dc5af485a7a773c9d03c4c23da0e24a02331
6 years, 4 months ago (2014-08-26 00:37:54 UTC) #10
wtc
wtc@chromium.org changed reviewers: + wtc@chromium.org
6 years, 3 months ago (2014-08-26 18:35:42 UTC) #11
wtc
Patch set 2 LGTM. https://codereview.chromium.org/481103003/diff/20001/net/quic/quic_client_session.h File net/quic/quic_client_session.h (right): https://codereview.chromium.org/481103003/diff/20001/net/quic/quic_client_session.h#newcode225 net/quic/quic_client_session.h:225: scoped_ptr<HostPortPair> server_host_port_; It seems that ...
6 years, 3 months ago (2014-08-26 18:35:42 UTC) #12
ramant (doing other things)
Thanks Wan-Teh, raman https://codereview.chromium.org/481103003/diff/20001/net/quic/quic_client_session.h File net/quic/quic_client_session.h (right): https://codereview.chromium.org/481103003/diff/20001/net/quic/quic_client_session.h#newcode225 net/quic/quic_client_session.h:225: scoped_ptr<HostPortPair> server_host_port_; On 2014/08/26 18:35:42, wtc ...
6 years, 3 months ago (2014-08-27 22:06:46 UTC) #13
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 02:39:25 UTC) #14
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/b998b32fe737ccb9cec756f60660dee9b4cacfd8
Cr-Commit-Position: refs/heads/master@{#291812}

Powered by Google App Engine
This is Rietveld 408576698