commit | 72f509bbb66126748cba97f2aa62598bb9d43b0e | [log] [tgz] |
---|---|---|
author | fkastenholz <fkastenholz@google.com> | Wed Apr 10 09:17:49 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Apr 10 12:20:58 2019 -0700 |
tree | 0dd99130457e76112aa9d60ac4fa2c8ac30018c1 | |
parent | a396ef66d6b20650a7d8afcfa1fdc59d6725530f [diff] |
Remove IETF QUIC Application Close frame, replace with Connection Close This CL removes the IETF QUIC Application Close frame and replaces it with the Connection Close frame. QuicConnectionCloseFrame::close_type indicates whether the frame is a Google QUIC Connection Close, IETF QUIC Connection Close/Transport or IETF QUIC Connection Close/Application. The QuicFramer::...ApplicationCloseFrame... methods are removed. gfe-relnote: N/A affects only IETF-QUIC/V99 code. Application Close was IETF-QUIC only. PiperOrigin-RevId: 242881293 Change-Id: I783cbf4e5f27d2e5abe3e8b518006de03c815e1a
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.