Update ever-changing QPACK terminology.
https://github.com/quicwg/base-drafts/pull/2111 changed a whole bunch of terminology without changing the wire format. This CL updates the implementation with the name changes: s/Largest Reference/Insert Count/ s/Base Index/Base/ s/Delta Base Index/Delta Base/ s/Table State Synchronize/Insert Count Increment/ Also, decrement absolute index to make it zero-based. Internally a zero-based "real index" was used, there is no more need for that. Also rename Dynamic Table Size Update to Set Dynamic Table Capacity according to https://github.com/quicwg/base-drafts/pull/2115. Dynamic table size, dynamic table capacity, and maximum dynamic table capacity is already in the code base. This CL lands server change 230923988 by bnc. BUG=488484 Change-Id: I36ffe38a0caa22615434cbe996a20b86af47ee05 Reviewed-on: https://chromium-review.googlesource.com/c/1441496 Commit-Queue: Bence Béky <bnc@chromium.org> Reviewed-by:Zhongyi Shi <zhongyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#626999}
Showing
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment