Pass reject reasons explicitly to BuildRejection

This is a no-op change to support subsequent Leto CLs.  BuildRejection will soon be called from another location in a situation where context.info().reject_reasons is not set.

gfe-relnote: No-op refactoring, not flag-protected.
PiperOrigin-RevId: 239244511
Change-Id: Ic4cf0207b40f702290988489075f56673e8bc688
2 files changed
tree: ba83e460f4b13df1af272c7c0fad8369d5a6e035
  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.