commit | 7452ac61a0e663b6ee64f5a076d588b919eebe17 | [log] [tgz] |
---|---|---|
author | Bin Wu <wub@chromium.org> | Fri Jan 11 18:45:22 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Jan 11 18:45:22 2019 |
tree | c84585a0ca82a7b295fdc7e0f1e39b00d027fe9e | |
parent | a0b828e03a1867a858234b1688b64be84149be63 [diff] |
In QUIC, add WriteStatus WRITE_STATUS_BLOCKED_DATA_BUFFERED and use it to represent "A WritePacket caused socket to block and the packet is buffered in writer". Not protected, because this status code is not used in GFE. This is intended to be used by batch packet writers, for them, whether the packet that caused write block is buffered can vary from one WritePacket call to another. The per-class IsWriteBlockedDataBuffered() method is not enough to express that. Merge internal change: 228872041 R=rch@chromium.org Change-Id: I39bdd8f6d1b9e7442f7d51c54231002227790809 Reviewed-on: https://chromium-review.googlesource.com/c/1407030 Reviewed-by: Ryan Hamilton <rch@chromium.org> Commit-Queue: Bin Wu <wub@chromium.org> Cr-Commit-Position: refs/heads/master@{#622070}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .