commit | 64aa0d303b7e384c758be7b629a40010170a2f34 | [log] [tgz] |
---|---|---|
author | David Schinazi <dschinazi@google.com> | Thu May 16 01:39:10 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu May 16 01:39:10 2019 +0000 |
tree | 956d3ccebef4b8ff1355765241ff17b22508a1f3 | |
parent | 26e1494250eed5ef0d267f578ced8d7542fcf228 [diff] | |
parent | 7d066ca9008f93bbe0a1edfeac4af8f8ce4d8814 [diff] |
Merge changes Ie13868e5,Ie2c1e0ca,Ib91037bf,Ibf204b14,I0b1079c4, ... * changes: Replace a DCHECK with a parse failure in connection ID parsing Move drop_response_body from QuicClient to QuicSpdyClientBase to share with chromium Extract the FakeProofVerifier from quic_client_bin.cc to facilitate sharing with Chromium. Add QuicFramer Probe methods Remove .impl() method from QuicSocketAddress and QuicIpAddress. Change QuartcClientEndpoint to handle client-side version negotiation. In quic_client_bin.cc, print the "Request (succeeded|failed)" messages in stdout instead of stderr. Have separate uni- and bi-directional stream limits for IETF QUIC Fix a use-after-free in quic_client.
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.