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

Issue 2100213002: Make QuicSpdyStream::ParseHeaderStatusCode() inparam const. (Closed)

Created:
4 years, 5 months ago by Ryan Hamilton
Modified:
4 years, 5 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

Make QuicSpdyStream::ParseHeaderStatusCode() inparam const. No functional change. * Use SpdyHeaderBlock::find() instead of operator[] so that |header| is not modified. * Make |header| const (and pass by reference instead of pointer). * Eliminate SpdyHeaderBlock copy in QuicSimpleServerStream::SendResponse(). Merge internal change: 125445090 BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -25 lines) Patch
M net/quic/quic_spdy_stream.h View 1 chunk +2 lines, -1 line 0 comments Download
M net/quic/quic_spdy_stream.cc View 3 chunks +10 lines, -6 lines 0 comments Download
M net/quic/quic_spdy_stream_test.cc View 1 chunk +11 lines, -11 lines 0 comments Download
M net/tools/quic/quic_simple_server_stream.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M net/tools/quic/quic_spdy_client_stream.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 3 (1 generated)
Ryan Hamilton
4 years, 5 months ago (2016-06-27 21:10:04 UTC) #2
ramant (doing other things)
4 years, 5 months ago (2016-06-27 22:18:46 UTC) #3
lgtm

Powered by Google App Engine
This is Rietveld 408576698