commit | 79fb9e2b759b46c48a4725b8524dc2c35ff27d90 | [log] [tgz] |
---|---|---|
author | QUICHE team <quiche-dev@google.com> | Fri Mar 15 07:49:56 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Mar 15 07:50:29 2019 -0700 |
tree | f380501793ac89c5abadff77bda29bb4eafba654 | |
parent | 84910bdf47b0f6e625e6a3e00300adfed9f09781 [diff] |
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
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.