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
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.