Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Issue 22074002: DO NOT COMMIT: Implement HPACK (draft 03)

Created:
7 years, 4 months ago by akalin
Modified:
7 years, 2 months ago
Reviewers:
CC:
chromium-reviews, cbentzel+watch_chromium.org
Visibility:
Public.

Description

DO NOT COMMIT: Implement HPACK (draft 03)

Patch Set 1 : . #

Patch Set 2 : Add log output on error #

Patch Set 3 : Handle zero-length HEADERS frames #

Patch Set 4 : Tighten up checks a bit #

Patch Set 5 : Fix bug with substitution indexing #

Patch Set 6 : Add header table for compressor #

Patch Set 7 : Fix bug with indexing detector #

Patch Set 8 : Ignore END_FLOW_CONTROL setting #

Patch Set 9 : Update for httpbis-draft-06 / hpack-draft-03 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1404 lines, -69 lines) Patch
M net/net.gyp View 1 2 3 4 5 6 7 8 2 chunks +8 lines, -0 lines 0 comments Download
A net/spdy/http2_compressor.h View 1 2 3 4 5 6 7 8 1 chunk +75 lines, -0 lines 0 comments Download
A net/spdy/http2_compressor.cc View 1 2 3 4 5 6 7 8 1 chunk +119 lines, -0 lines 0 comments Download
A net/spdy/http2_compressor_unittest.cc View 8 1 chunk +63 lines, -0 lines 0 comments Download
A net/spdy/http2_decompressor.h View 1 2 3 4 5 6 7 8 1 chunk +33 lines, -0 lines 0 comments Download
A net/spdy/http2_decompressor.cc View 1 2 3 4 5 6 7 8 1 chunk +272 lines, -0 lines 0 comments Download
A net/spdy/http2_decompressor_unittest.cc View 8 1 chunk +191 lines, -0 lines 0 comments Download
A net/spdy/http2_encoding_context.h View 1 2 3 4 5 6 7 8 1 chunk +132 lines, -0 lines 0 comments Download
A net/spdy/http2_encoding_context.cc View 1 2 3 4 5 6 7 8 1 chunk +379 lines, -0 lines 0 comments Download
M net/spdy/spdy_framer.h View 1 2 3 4 5 6 7 8 3 chunks +14 lines, -4 lines 0 comments Download
M net/spdy/spdy_framer.cc View 1 2 3 4 5 8 9 chunks +118 lines, -65 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698