|
relnote: Implements OnHeaderFrameStart and OnHeaderFrameEnd in QuicHeadersStream. Not used in production. Not protected.
A new helper data structure, QuicHeaderList, is used to store an ordered
list of header pairs for later interpretation. Instead of SPDY3-encoded
header block bytes, a QuicHeaderList is passed through the various QUIC
stream APIs.
Merge internal change: 119198371
BUG=
Total comments: 11
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+422 lines, -7 lines) |
Patch |
|
M |
net/net.gypi
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
A |
net/quic/quic_header_list.h
|
View
|
|
1 chunk |
+52 lines, -0 lines |
2 comments
|
Download
|
|
A |
net/quic/quic_header_list.cc
|
View
|
|
1 chunk |
+38 lines, -0 lines |
2 comments
|
Download
|
|
A |
net/quic/quic_header_list_test.cc
|
View
|
|
1 chunk |
+50 lines, -0 lines |
2 comments
|
Download
|
|
M |
net/quic/quic_headers_stream.h
|
View
|
|
3 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
net/quic/quic_headers_stream.cc
|
View
|
|
4 chunks |
+42 lines, -5 lines |
2 comments
|
Download
|
|
M |
net/quic/quic_spdy_session.h
|
View
|
|
3 chunks |
+17 lines, -0 lines |
0 comments
|
Download
|
|
M |
net/quic/quic_spdy_session.cc
|
View
|
|
2 chunks |
+22 lines, -0 lines |
0 comments
|
Download
|
|
M |
net/quic/quic_spdy_stream.h
|
View
|
|
7 chunks |
+28 lines, -0 lines |
0 comments
|
Download
|
|
M |
net/quic/quic_spdy_stream.cc
|
View
|
|
5 chunks |
+71 lines, -1 line |
0 comments
|
Download
|
|
M |
net/quic/quic_spdy_stream_test.cc
|
View
|
|
2 chunks |
+33 lines, -0 lines |
0 comments
|
Download
|
|
M |
net/quic/spdy_utils.h
|
View
|
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
net/quic/spdy_utils.cc
|
View
|
|
2 chunks |
+50 lines, -0 lines |
3 comments
|
Download
|
|
M |
net/spdy/spdy_headers_handler_interface.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
Depends on Patchset:
Dependent Patchsets:
Total messages: 6 (3 generated)
|