Make QuicStreamTest to check on OnDataAvailable() calls.

Doing nothing when OnDataAvailable() is called seems a little dangerous.

Also since we never read any data in the test. I think it's better to make the test stream level triggered so new data won't go unnoticed.

gfe-relnote: n/a. test only.
PiperOrigin-RevId: 276505442
Change-Id: I203db8cb3ed4d704ed29aafb3a531f3f5b54ee71
1 file changed
tree: 2a1ab6e7c229b8490021188c0c1147c8fd30b95e
  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.