commit | 63becfb2f8883ecd6efaa39a9e095e2b9f359b82 | [log] [tgz] |
---|---|---|
author | bnc <bnc@google.com> | Mon Jul 29 10:19:53 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Jul 30 11:02:20 2019 -0700 |
tree | 3f4919b2bcbc36bc4557b5a081d56483b2e91321 | |
parent | 25827c463e085d7bb053b9e6d05ea100b1dcd501 [diff] |
Clean up HTTP/3 and QPACK settings. Change settings variable name style from kCamelCase to ALL_CAPS to align with style used in draft RFCs. Encapsulate in enum (not enum class) as customary. Use these values instead of equivalent HTTP/2 values where appropriate. Move kDefaultQpackMaxDynamicTableCapacity to quic/core/http/. Add misc TODOs. gfe-relnote: n/a, no functional change. PiperOrigin-RevId: 260526616 Change-Id: Ie0bd513dbf8c0942545f02f97f09c9b9cc88d1dc
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.