Fix flake in Quic EndToEndTest.KeyUpdateInitiatedByServer & KeyUpdateInitiatedByBoth

The server may not have received an ACK for the current key phase by the time the test tried to call InitiateKeyUpdate().

PiperOrigin-RevId: 337116333
Change-Id: Id009f4d080232781ee15b5e2a3dced7a8d04da2e
1 file changed
tree: 299d7b094cf9c965738c046b9caae2d45c335d0f
  1. common/
  2. epoll_server/
  3. http2/
  4. quic/
  5. spdy/
  6. CONTRIBUTING.md
  7. LICENSE
  8. README.md
README.md

QUICHE

QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects.