Remove unnecessary error check in QuicStreamIdManager.

The method is only called when config is negotiated. By that time, it's impossible to have any incoming stream.

gfe-relnote: unused code. not protected.
PiperOrigin-RevId: 304059534
Change-Id: Ia0f7782f05e589b9bb1a0095d4437ad0974d3b2e
1 file changed
tree: dba7fcc28aeafec7328b91034d43af99ecca769d
  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.