Remove QuicDispatcher::set_new_session_allowed_per_event_loop().

This is a private method, so whoever has access to it (like QuicDispatcherPeer)
has access to the private member new_session_allowed_per_event_loop_ directly.

gfe-relnote: n/a, no fuctional change.
PiperOrigin-RevId: 279743685
Change-Id: I5a744209601cf5cf1857d29ac868e8ffd9a436ab
2 files changed
tree: 3dd2b1a3d9c8c802a96453e031923e17dfebfeea
  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.