Fix flaky headers stream test in quic_session_test.
Randomly sized test headers would occasionally fit exactly in the stream flow control window, resulting in the stream being flow control blocked but without any pending queued data. Do one extra write after becoming blocked to ensure there is queued data. BUG=423586 Review URL: https://codereview.chromium.org/669963003 Cr-Commit-Position: refs/heads/master@{#300684}
Showing
Please register or sign in to comment