commit | e2401192e5788df8f5facfe58479816a65a4552d | [log] [tgz] |
---|---|---|
author | mmenke <[email protected]> | Thu Dec 17 22:12:59 2015 |
committer | Commit bot <[email protected]> | Thu Dec 17 22:14:04 2015 |
tree | 85bc55ec9303c05a9eb04b2a6732f60e137afcc0 | |
parent | 684e479f9a46580b5d5bdcf58944b832f6317dc1 [diff] |
Use SequencedSocketData in spdy_stream_unittest. It was using DeterministicSocketData, which is much harder to debug, and prone to working when it really shouldn't. Also update SequencedSocketData to have a RunUntilPaused method, and to support pausing in the middle of a write. BUG=492684 Review URL: https://codereview.chromium.org/1533613005 Cr-Commit-Position: refs/heads/master@{#365906}