Remove an redundant if clause in QuicSession::OnNewStreamFlowControlWindow().

This code is reached only in QUIC with QUIC crypto, thus !connection_->version().AllowsLowFlowControlLimits() is always true.

No behavior change. not protected.

PiperOrigin-RevId: 326341408
Change-Id: I0969f18acc73272d3b8dcfc153896a2eaca31e99
1 file changed
tree: 110ebf65ecd1492b8e0cb13b4fb1f3c7c152a229
  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.