Remove unnecessary comparison.

Thank you, Victor, for verifying that clang is able to determine at compile time
that |value| can never be larger than numeric_limits::max() and therefore is
able to optimize away the if branch.  See cr/227019741.

gfe-relnote: n/a Should not change binary.
PiperOrigin-RevId: 227033117
Change-Id: Icf319bf50837c3843986a102d1232879d655dc45
1 file changed
tree: 4dd3eb86699e0c185b3cbb97b05e27b1f981b47c
  1. http2/
  2. CONTRIBUTING.md
  3. LICENSE
  4. 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.