0
Files
src/net
Kenichi Ishibashi 4886fe7678 HttpStreamPool: Use base::EnumSet for expected application protocols
This CL introduces NextProtoSet that represents a set of NextProto
(effectively ALPN). Use it to represent allowed ALPNs for
HttpStreamPool::Job. In subsequent CLs, I plan to use it to
restrict H1/H2/H3 connection attempts in AttemptManager to support
QUIC Alt-Svc destinations.

No behavior changes.

Bug: 346835898
Change-Id: I0c282a10a54f76f626f8175ef9ab65a21db35df1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5970173
Reviewed-by: Adam Rice <ricea@chromium.org>
Commit-Queue: Kenichi Ishibashi <bashi@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1374552}
2024-10-28 11:16:47 +00:00
..
2024-10-21 20:45:29 +00:00
2024-10-25 04:14:18 +00:00

Chrome Networking Stack

This directory contains the code behind Chrome's networking stack. It is documented here.