|
Make HPACK static table static and immutable.
Create HpackStaticTable singleton class, so that every HPACK context can share
a constant instance of the static table.
This lands server change 74862865 by bnc.
BUG= 400336
Committed: https://crrev.com/d4ec60089740b0613792208ee57ff2ffccb2b6f5
Cr-Commit-Position: refs/heads/master@{#293710}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+392 lines, -229 lines) |
Patch |
 |
M |
net/net.gypi
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/spdy/hpack_constants.h
|
View
|
|
2 chunks |
+19 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/spdy/hpack_constants.cc
|
View
|
|
3 chunks |
+102 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/spdy/hpack_decoder.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/spdy/hpack_decoder_test.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/spdy/hpack_encoder.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/spdy/hpack_encoder.cc
|
View
|
|
3 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/spdy/hpack_encoder_test.cc
|
View
|
|
3 chunks |
+11 lines, -8 lines |
0 comments
|
Download
|
 |
M |
net/spdy/hpack_header_table.h
|
View
|
|
7 chunks |
+15 lines, -17 lines |
0 comments
|
Download
|
 |
M |
net/spdy/hpack_header_table.cc
|
View
|
|
7 chunks |
+48 lines, -117 lines |
0 comments
|
Download
|
 |
M |
net/spdy/hpack_header_table_test.cc
|
View
|
|
17 chunks |
+51 lines, -80 lines |
0 comments
|
Download
|
 |
A |
net/spdy/hpack_static_table.h
|
View
|
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/spdy/hpack_static_table.cc
|
View
|
|
1 chunk |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/spdy/hpack_static_table_test.cc
|
View
|
|
1 chunk |
+51 lines, -0 lines |
0 comments
|
Download
|
Total messages: 7 (2 generated)
|