Change QuicSpdySession::GetSpdyDataStream() to GetOrCreateSpdyDataStream() because new stream might be created from this method.

gfe-relnote: n/a. Function name change only.
PiperOrigin-RevId: 284864828
Change-Id: I4de05ab179e6b29a57de302b2bf63ba460758da6
3 files changed
tree: 15d3d3fff53c2b0435679f799a17df3b3b972260
  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.