commit | ec0ed02ab197a731d3dcccdd7379c71a057353a1 | [log] [tgz] |
---|---|---|
author | xunjieli <[email protected]> | Mon Oct 10 18:05:06 2016 |
committer | Commit bot <[email protected]> | Mon Oct 10 18:07:51 2016 |
tree | a7844e4bb70e67f860a1fc95a2f3010718f432e7 | |
parent | d694190ff0e1e1d594ccd644f807a1309ee61d5e [diff] |
QuicChromiumClientStream handle Read() after trailers are received but not yet delivered This CL changes QuicChromiumClientStream::Read() to return ERR_IO_PENDNG if trailers are received but not yet delivered. This CL additionally posts a OnDataAvailable task when trailers are delivered so as to notify delegate of the FIN flag. BUG=652935 Review-Url: https://codereview.chromium.org/2405523002 Cr-Commit-Position: refs/heads/master@{#424183}