Use WriteMemSlices() instead of WriteOrBufferData() in QuicTransportStream.

Originally, this was supposed to fix the fact that WriteOrBufferData() has unlimited buffering.  However, as I wrote a test for that, I discovered that I've already added a check for this by accident when I originally wrote this code.  I'm still switching this code to use WriteMemSlices() as it actually returns whether it has succeeded.

gfe-relnote: n/a (not used in production)
PiperOrigin-RevId: 288496889
Change-Id: I801c2f870dd04b9fa478e12452834ec38e20a870
2 files changed
tree: b4bf40d110e4d6efd383b63663c38ab6054f7e35
  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.