Remove an unused asynchronous jump

QuicCryptoServerConfig::EvaluateClientHello has a bunch of infrastructure to allow it to asynchronously call GetProof and then continue afterwards.  Problem is, it doesn't call GetProof, nor does it do any asynchronous work.  This CL rips out all of the async jump infrastructure and merges the "before GetProof" and "after GetProof" methods.

Also update comments and remove unused arguments.

gfe-relnote: No-op refactoring.  No functional change intended, not flag-protected.
PiperOrigin-RevId: 238640596
Change-Id: I769b55aa41ac4bd67e6726be1271b5a8fd5d0a03
2 files changed
tree: f380501793ac89c5abadff77bda29bb4eafba654
  1. http2/
  2. quic/
  3. spdy/
  4. CONTRIBUTING.md
  5. LICENSE
  6. 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.

The code is currently in process of being moved from https://cs.chromium.org/chromium/src/net/third_party/ into this repository. Please excuse our appearance while we're under construction.