naiveproxy/src
klzgrad 56bfc47a0c quic: Add support for HTTP/3 CONNECT Fast Open
SpdyProxyClientSocket uses read_callback_ for both Connect() and
Read(), and its OnIOComplete() calls read_callback_, thus its fast
connect code checks read_callback_. The code was ported to
QuicProxyClientSocket without much change.

But QuicProxyClientSocket uses a separate connect_callback_ apart from
read_callback_, and its OnIOComplete() calls connect_callback_, thus
when headers are received after Connect() it doesn't need to check
read_callback_ and should always avoid calling connect_callback_.
2023-08-05 20:32:39 +08:00
..
base base: Disable trace event 2023-08-05 20:32:39 +08:00
build build: Force determinism in official build 2023-08-05 20:32:39 +08:00
build_overrides build: Disable Android java templates 2023-08-05 20:32:39 +08:00
buildtools libc++: Disable exceptions and RTTI 2023-08-05 20:32:39 +08:00
chrome Import chromium-115.0.5790.166 2023-08-05 20:30:10 +08:00
components build: Remove tests and minimize 2023-08-05 20:32:02 +08:00
crypto build: Remove tests and minimize 2023-08-05 20:32:02 +08:00
ios Import chromium-115.0.5790.166 2023-08-05 20:30:10 +08:00
ipc Import chromium-115.0.5790.166 2023-08-05 20:30:10 +08:00
net quic: Add support for HTTP/3 CONNECT Fast Open 2023-08-05 20:32:39 +08:00
testing/gtest/include/gtest Import chromium-115.0.5790.166 2023-08-05 20:30:10 +08:00
third_party build: Remove tests and minimize 2023-08-05 20:32:02 +08:00
tools Import chromium-115.0.5790.166 2023-08-05 20:30:10 +08:00
url net, url: Remove icu 2023-08-05 20:32:39 +08:00
.clang-format Import chromium-115.0.5790.166 2023-08-05 20:30:10 +08:00
.gitattributes Import chromium-115.0.5790.166 2023-08-05 20:30:10 +08:00
.gn Import chromium-115.0.5790.166 2023-08-05 20:30:10 +08:00
AUTHORS Import chromium-115.0.5790.166 2023-08-05 20:30:10 +08:00
BUILD.gn build: Remove tests and minimize 2023-08-05 20:32:02 +08:00
DEPS Import chromium-115.0.5790.166 2023-08-05 20:30:10 +08:00
LICENSE Import chromium-115.0.5790.166 2023-08-05 20:30:10 +08:00