Remove QuicStream::WritevData().

This method has only one caller from yperf, and that can be modified to call WriteMemSlices().

gfe-relnote: code unused by gfe. Not protected.
PiperOrigin-RevId: 278946079
Change-Id: I33bc9416247ceda692f2037021ccf161269d2845
4 files changed
tree: 55288b7409c0b7a5bffdef052cb7375368f66fbc
  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.