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

Issue 1036643003: Change the QuicInMemoryCache to store a SpdyHeaderBlock instead of BalsaHeaders. (Closed)

Created:
5 years, 9 months ago by Ryan Hamilton
Modified:
5 years, 9 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Change the QuicInMemoryCache to store a SpdyHeaderBlock instead of BalsaHeaders. This saves various round trips between the two representations and will make it easier to port to Chromium which does not use BalsaHeader (in the main codebase). Merge internal change: 89410736 R=rtenneti@chromium.org BUG=

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -66 lines) Patch
M net/data/quic_in_memory_cache_data/quic-datatesturl.com/index.html View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/quic/quic_in_memory_cache.h View 5 chunks +11 lines, -13 lines 0 comments Download
M net/tools/quic/quic_in_memory_cache.cc View 6 chunks +19 lines, -10 lines 0 comments Download
M net/tools/quic/quic_in_memory_cache_test.cc View 4 chunks +11 lines, -8 lines 0 comments Download
M net/tools/quic/quic_spdy_server_stream.h View 2 chunks +3 lines, -1 line 2 comments Download
M net/tools/quic/quic_spdy_server_stream.cc View 2 chunks +6 lines, -10 lines 0 comments Download
M net/tools/quic/quic_spdy_server_stream_test.cc View 1 chunk +5 lines, -23 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Ryan Hamilton
5 years, 9 months ago (2015-03-24 21:22:03 UTC) #1
ramant (doing other things)
lgtm https://codereview.chromium.org/1036643003/diff/1/net/tools/quic/quic_spdy_server_stream.h File net/tools/quic/quic_spdy_server_stream.h (right): https://codereview.chromium.org/1036643003/diff/1/net/tools/quic/quic_spdy_server_stream.h#newcode52 net/tools/quic/quic_spdy_server_stream.h:52: nit: extra blank line
5 years, 9 months ago (2015-03-24 21:30:11 UTC) #2
Ryan Hamilton
5 years, 9 months ago (2015-03-24 22:02:38 UTC) #3
Thanks!

https://codereview.chromium.org/1036643003/diff/1/net/tools/quic/quic_spdy_se...
File net/tools/quic/quic_spdy_server_stream.h (right):

https://codereview.chromium.org/1036643003/diff/1/net/tools/quic/quic_spdy_se...
net/tools/quic/quic_spdy_server_stream.h:52: 
On 2015/03/24 21:30:11, ramant wrote:
> nit: extra blank line

Done. (In final CL)

Powered by Google App Engine
This is Rietveld 408576698