Use HttpFrameType instead of int literals in HttpDecoder. Also change HttpDecoder::MaxFrameLenght() argument type to 64 bit to avoid potential errors caused by casting unknown frame types to valid 8 bit values. gfe-relnote: n/a, no functional change. PiperOrigin-RevId: 259217634 Change-Id: I22fc612f4a5d04f8eaaca8dca263aa1f89579c92
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.