Remove member "perspective_" in QuicStream.

It's rarely used in the class and can be replaced by session_->perspective().
Removing it simplifies the stream class.

gfe-relnote: no behavior change. Not protected.
PiperOrigin-RevId: 278974865
Change-Id: I5477d521dd945987c331ec0c960c99bef70ea203
2 files changed
tree: dc56f749ef35266f4dcefaba5529228990155bb9
  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.