commit | bb1c489f45c520ec911a1231aebe53bfead85598 | [log] [tgz] |
---|---|---|
author | renjietang <renjietang@google.com> | Fri May 24 15:58:44 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue May 28 17:46:31 2019 -0700 |
tree | 239e81961a2050638647e5d89a6e3c24dd5ba98d | |
parent | 6810fb56da4d57a173418befc8bf4b9358497343 [diff] |
Support HTTP/3 style of Server push. Server push stream now has stream type of 0x01 encoded as variable length integer. It will be sent along with the first stream write. And the peer will open the incoming stream once the stream type byte is received. Pending stream is enabled in this CL. gfe-relnote: version 99 only. Not in production. PiperOrigin-RevId: 249914001 Change-Id: I291d1cc98ce44f930722608f82f9829da033c213
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.