DescriptionEliminate SpdyHeaderBlock copy in SpdyStream.
Eliminate one SpdyHeaderBlock copy in SpdyStream::ProduceSynStreamFrame() (soon
to be renamed ProduceHeaderFrame). This is achived by saving the GURL as soon
as request_headers_ are set.
Note that |url_| is not necessarily the same as url_from_header_block_, see, for
example, SpdyHttpStreamTest.SpdyURLTest.
Also remove test-only SpdyStream::HasUrlFromHeaders().
BUG=621905
Committed: https://crrev.com/da23393bc3adbd89f2ed5b57c1ad59def33c3ef1
Cr-Commit-Position: refs/heads/master@{#407055}
Patch Set 1 #
Messages
Total messages: 12 (7 generated)
|