DescriptionMake sure moved-from SpdyHeaderBlock instances are valid.
* Introduce lazy allocation of Storage. This in particular allows moved-from
SpdyHeaderBlock instances to be valid without having to allocate Storage for
them.
* Use swap in move constructor and move assignment operator to make sure
moved-from instance is valid.
* Add SpdyHeaderBlockTest.MovedFromIsValid test.
* s/block1/block/ in SpdyHeaderBlockTest.AddHeaders.
This CL lands server change 125821596 by bnc.
BUG=488484
Committed: https://crrev.com/fdcd9441c6a62f381878d6bd5ffe408077263218
Cr-Commit-Position: refs/heads/master@{#404481}
Patch Set 1 #
Messages
Total messages: 17 (9 generated)
|