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

Issue 289843007: Moves HpackEntry index computation into the container class HpackHeaderTable. (Closed)

Created:
6 years, 7 months ago by Johnny
Modified:
6 years, 7 months ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org
Visibility:
Public.

Description

Moves HpackEntry index computation into the container class HpackHeaderTable. No functional change. This lands server change 66892433 by birenroy. BUG=339578

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+226 lines, -193 lines) Patch
M net/spdy/hpack_decoder.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/hpack_decoder_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/hpack_encoder.cc View 5 chunks +6 lines, -6 lines 0 comments Download
M net/spdy/hpack_encoder_test.cc View 12 chunks +21 lines, -17 lines 0 comments Download
M net/spdy/hpack_entry.h View 3 chunks +19 lines, -30 lines 0 comments Download
M net/spdy/hpack_entry.cc View 1 chunk +7 lines, -36 lines 0 comments Download
M net/spdy/hpack_entry_test.cc View 5 chunks +26 lines, -67 lines 0 comments Download
M net/spdy/hpack_header_table.h View 5 chunks +22 lines, -8 lines 0 comments Download
M net/spdy/hpack_header_table.cc View 8 chunks +39 lines, -18 lines 0 comments Download
M net/spdy/hpack_header_table_test.cc View 10 chunks +84 lines, -9 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Johnny
6 years, 7 months ago (2014-05-16 22:28:05 UTC) #1
Ryan Hamilton
6 years, 7 months ago (2014-05-17 00:13:25 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698