[QuicTransport] Use manual arming policy for SimpleWatcher
On network::QuicTransport it is difficult to satisfy the requirement of ArmingPolicy::AUTOMATIC written in SimpleWatcher: // NOTE: It is important when using AUTOMATIC policy that your // ReadyCallback always attempt to change the state of the handle (e.g. // read available messages on a message pipe.) Otherwise this will // result in a potentially large number of avoidable redundant tasks. Use ArmingPolicy::MANUAL instead. Bug: 1129597 Change-Id: Ic7170458687b3086eb212cce987e6ce676ee4ce2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416154 Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Reviewed-by:Adam Rice <ricea@chromium.org> Cr-Commit-Position: refs/heads/master@{#808262}
Showing
Please register or sign in to comment