|
|
Update HPACK implementation to draft 05
In particular:
- Switch to 1-based indexing.
- Use 0 instead of -1 as the "invalid index" value.
- Add "host" header to the static table.
- Add HpackEncodingContext::GetMutableEntryCount() function.
This lands server change 60493594 by akalin.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=247851
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+172 lines, -147 lines) |
Patch |
 |
M |
net/spdy/hpack_constants.h
|
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_encoding_context.h
|
View
|
|
3 chunks |
+10 lines, -6 lines |
0 comments
|
Download
|
 |
M |
net/spdy/hpack_encoding_context.cc
|
View
|
|
6 chunks |
+93 lines, -82 lines |
0 comments
|
Download
|
 |
M |
net/spdy/hpack_encoding_context_test.cc
|
View
|
|
5 chunks |
+33 lines, -26 lines |
0 comments
|
Download
|
 |
M |
net/spdy/hpack_entry.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/spdy/hpack_header_table.h
|
View
|
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
net/spdy/hpack_header_table.cc
|
View
|
|
4 chunks |
+12 lines, -9 lines |
0 comments
|
Download
|
 |
M |
net/spdy/hpack_header_table_test.cc
|
View
|
|
7 chunks |
+14 lines, -14 lines |
0 comments
|
Download
|
 |
M |
net/spdy/hpack_output_stream.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/spdy/hpack_string_util.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|