DescriptionImplement basic classes for HPACK (HTTP/2 compression)
Create HpackEncodingContext, HpackHeaderTable, and HpackEntry classes,
which are based on the draft
http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-04 .
Implement some basic tests.
This implementation is based on
https://github.com/akalin-chromium/httpbis-header-compression and
https://codereview.chromium.org/22074002/ (which was based on an
earlier draft).
This lands server change 55803359 by akalin.
R=akalin@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245162
Patch Set 1 #Patch Set 2 : Fixing net.gyp ordering. #Patch Set 3 : And removing tabs from net.gyp... #
Total comments: 2
Patch Set 4 : Linker errors and sign comparison. #Patch Set 5 : Adding license to new HPACK sources. #
Messages
Total messages: 13 (0 generated)
|