commit | b865eb88a8e8834ca0f5c6e9e55288bf43e5d92b | [log] [tgz] |
---|---|---|
author | rtenneti <[email protected]> | Wed Jun 17 20:21:46 2015 |
committer | Commit bot <[email protected]> | Wed Jun 17 20:22:27 2015 |
tree | eadc7748ad55c077d7d9da44e59b77a016c00f29 | |
parent | 935e713ab8170cabf41ceb9deb3a0ba6afd8ec77 [diff] |
Remove dependency on headers stream from QuicSession. Previously QuicSession was always creating headers stream with stream_id=3. That stream is useless for P2P QUIC connections. Added new QuicSpdySession class and moved all headers-related logic from QuicSession to QuicSpdySession. relnote: QUIC refactoring, doesn't affect functionality Merge internal change: 95762401 [email protected], [email protected] Review URL: https://codereview.chromium.org/1190823003 Cr-Commit-Position: refs/heads/master@{#334903}