DescriptionMake 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 #
Dependent Patchsets: Messages
Total messages: 3 (1 generated)
|