Move code to record REJ building

This is a no-op refactor which moves code to poke the rejection observer out of
ProcessClientHelloAfterGetProof.  Rejections will shortly be built in more than
one place, and this change will reduce code duplication then.

gfe-relnote: No-op refactor, not flag-protected.
PiperOrigin-RevId: 239635790
Change-Id: I4b822a616ee0936dcf24c1ad2eb2adb87e861b2b
2 files changed
tree: 459ad0dfa115473085af15a1f3a105ca930389b3
  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.