DescriptionHPACK optimal Huffman code instrumentation and UMA collection.
Adds support for aggregating observed character counts in literals emitted by
a per-origin HPACK encoder. This is intended to approximate the literal
encodings which would be used were the user agent speaking HTTP/2 to the
origin. Character counts sampled and aggregated across a population will be used
to design an optimial static Huffman compression table for the HTTP/2 standard.
See design doc:
https://docs.google.com/a/google.com/document/d/1Y6pnBf8u24AHNFcA6GADn2XgHzfIvZiIN39Kf11raIY/edit#
BUG=368301
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=267131
Patch Set 1 #
Total comments: 2
Patch Set 2 : Rebase atop recent SPDY changes (including HPACK delta encoder). #Patch Set 3 : Disable experiment by default; raise publish threshold to 50K characters. #
Total comments: 6
Patch Set 4 : Code review feedback & missing license header. #
Messages
Total messages: 12 (0 generated)
|