commit | 9f977e478bb5e54f086e5eb19b50b903246117b4 | [log] [tgz] |
---|---|---|
author | bnc <bnc@google.com> | Fri Jun 07 11:36:34 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Jun 07 13:54:25 2019 -0700 |
tree | 481f82fe4eb50fe25433e95cfca1b9fd546eebdb | |
parent | 677451a0fa2167bec8725cae4cf76c9b3dc7cd90 [diff] |
QuicSpdyStreamTest HTTP/3 frame generation refactor. Add HeadersFrame() and DataFrame() methods to QuicSpdyStreamTest that generate HTTP/3 headers, and use them unless the test specifically needs to know the frame header length or needs the frame header and frame payload separately. Also minor fixes: factor out some string literals; fix progreesive_encoder typo; restrict class member visibility; do not call Initialize if not necessary (HasFrameHeader() now queries transport_version from GetParams() instead of |connection_|). gfe-relnote: n/a, test-only change. PiperOrigin-RevId: 252088038 Change-Id: I28121b2a4994aafa1da84438cc4ff983d7a0586d
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.