Move construction of flow_controller_ to QuicSession constructor to avoid streams...
commit3ea5a0d700647a83c9e4fbe3483517d976db3bb5
authorrjshade@chromium.org <rjshade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 6 Aug 2014 06:12:24 +0000 (6 06:12 +0000)
committerrjshade@chromium.org <rjshade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 6 Aug 2014 06:12:24 +0000 (6 06:12 +0000)
tree1fb281aaeb05d834e3e442c4ba9faccc850d5ba1
parentf9c5517415c2d70421eca3d07b3870c9e096e36a
Move construction of flow_controller_ to QuicSession constructor to avoid streams being initialized with a NULL ptr.
BUG=

Review URL: https://codereview.chromium.org/442943002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287700 0039d316-1c4b-4281-b951-d872f2087c98
net/quic/quic_session.cc