commit | a7ac8479856774db101aba3d3a416b2d410b9d5c | [log] [tgz] |
---|---|---|
author | bnc <bnc@google.com> | Sat Jul 27 11:48:50 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Jul 30 11:01:12 2019 -0700 |
tree | 51630e667dea8848c63789c9c7ca86527ed01a6a | |
parent | 3c3dfb7bf6a951ce8372f0f38d9f12cb9bce970b [diff] |
Update QuicSpdySessionTestClient.Http3ServerPush* tests. "\x1header" is not a valid input for a unidirectional stream: a push stream must have a Push ID immediately following the stream type varint. My motivation of writing this CL is to be able to land cr/258682203. That change breaks these test, because "header" is parsed as the beginning of a frame of unknown type and some of it gets consumed. (Note that currently the push ID is not parsed due to a bug.) gfe-relnote: n/a, test-only change. PiperOrigin-RevId: 260311915 Change-Id: If4f84a811d51f768af06421e2600692af059bd2e
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.