commit | 3a1bb80f575f6335621c4bcc01513d12ec77d327 | [log] [tgz] |
---|---|---|
author | renjietang <renjietang@google.com> | Tue Jun 11 10:42:41 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Jun 12 09:52:06 2019 -0700 |
tree | 5880fc4906c792eea28914aea7413a78fb4c17c9 | |
parent | 3451f6e595c1f518ab741c24bc36a1f02d038376 [diff] |
Add support for HTTP/3 control stream. Upon initialization, QuicSpdySession will create a write_unidirectional stream and write stream type and settings when crypto handshake is completed. The peer will receive the stream type and create a read_unidirectional stream that reads the settings. gfe-relnote: version 99 only. Not in prod. PiperOrigin-RevId: 252650934 Change-Id: I708280eb94dea3d6eb7e54b96ce8ee91e2b8684f
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.