Fix some test expectation regarding SendControlFrame().

Before IETF QUIC, only 1 control frame will be sent for a stream reset. But IETF requires both a RST and STOP_SENDING. The tests that explicitly expect SendControlFrame() to be called once is making the wrong assumption.

The reason they still pass is the first write was buffered so the second write won't trigger.

Remove the explicit Times(1) to avoid confusion.

gfe-relnote: n/a. test only.
PiperOrigin-RevId: 276736424
Change-Id: Iffa8de79c51e28355ef4aa8381ae049948e40b67
3 files changed
tree: fcc788456a82ff520249221a9b71fe0db4d1c31e
  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.