commit | 8b50e327792b734dbc03fb46d4cb68e618792ae3 | [log] [tgz] |
---|---|---|
author | David Schinazi <dschinazi@google.com> | Thu Mar 04 08:24:55 2021 -0800 |
committer | David Schinazi <dschinazi@google.com> | Thu Mar 04 08:24:55 2021 -0800 |
tree | 467d83c1b7d7342bb659d716a93e69623040f737 | |
parent | 947c8cf32db7e05b31b10d359e9480bf8aa58e28 [diff] |
Prevent QuicSimpleServerStream from sending two responses
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. QUICHE is only supported on little-endian platforms.
Code can be viewed in CodeSearch in Quiche and is imported into Chromium.