Remove redundant code in QuicConnection constructor.

The deleted line is a subset of the method right after.

No behavior change. not protected.

PiperOrigin-RevId: 318363285
Change-Id: Id574b1723521c05661e528780a482fcda1d6a2f4
1 file changed
tree: 9cbe9e3687c23b0fa5ea62e10b09933743cf2739
  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.