commit | 04bd4f397d323bbe34aafbae5d1308908b413703 | [log] [tgz] |
---|---|---|
author | fkastenholz <fkastenholz@google.com> | Tue Apr 16 12:24:38 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Apr 16 14:51:52 2019 -0700 |
tree | 4e626356c199fec1b0933780fe3d5c2a2c3f7715 | |
parent | 3eb822179a9f7f71872b996d84dd6f1cbcaf7672 [diff] |
Remove OnApplicationClose upcalls, update OnConnectionClose as needed. Replaces the OnApplicationClose visitor upcalls with OnConnectionClose. The IETF removes the separate Application Close frame from QUIC, modifying the Connection Close frame to have two flavors; one for Application-initiated reasons, the other for Transport reasons. These were formerly the Application- and Connection- closes. gfe-relnote: N/A this is only for IETF QUIC (version 99). PiperOrigin-RevId: 243856589 Change-Id: Ie048aa2a8641f7e3f84b6cd7e4fc6ce61d5683e7
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.