naiveproxy/src
klzgrad 9a56a28d0d net, grpc_support: Set NetworkIsolationKey from header
If BidirectionalStream request contains a -network-isolation-key
header, it is used to set the network isolation key of the stream.
The header itself is removed and not transmitted.

The header value should be a valid URL with different host and port
for each different network isolation key. Invalid header value is
reported by returning error from bidirectional_stream_start.

Network isolation takes effect only if it is enabled by experimental
option of

  "feature_list": {
    "enable-features": "PartitionConnectionsByNetworkIsolationKey"
  }
2022-05-29 21:19:42 +08:00
..
base base: Fix Android build missing -latomic 2022-05-29 21:19:41 +08:00
build build: Use thinlto max optimization for everything 2022-05-29 21:19:41 +08:00
build_overrides build: Disable Android java templates 2022-05-29 19:17:46 +08:00
buildtools libc++: Guard C++20 atomic type aliases 2022-05-29 19:19:20 +08:00
chrome Import chromium-102.0.5005.61 2022-05-29 18:11:59 +08:00
components net, grpc_support: Set NetworkIsolationKey from header 2022-05-29 21:19:42 +08:00
crypto build: Remove tests and minimize 2022-05-29 18:15:26 +08:00
ipc Import chromium-102.0.5005.61 2022-05-29 18:11:59 +08:00
net net, grpc_support: Set NetworkIsolationKey from header 2022-05-29 21:19:42 +08:00
testing/gtest/include/gtest Import chromium-102.0.5005.61 2022-05-29 18:11:59 +08:00
third_party third_party: Fix missing sgidefs.h for Musl 2022-05-29 21:19:41 +08:00
tools Import chromium-102.0.5005.61 2022-05-29 18:11:59 +08:00
url url: Remove perfetto tracing 2022-05-29 19:19:20 +08:00
.clang-format Import chromium-102.0.5005.61 2022-05-29 18:11:59 +08:00
.gitattributes Import chromium-102.0.5005.61 2022-05-29 18:11:59 +08:00
.gn Import chromium-102.0.5005.61 2022-05-29 18:11:59 +08:00
AUTHORS Import chromium-102.0.5005.61 2022-05-29 18:11:59 +08:00
BUILD.gn build: Remove tests and minimize 2022-05-29 18:15:26 +08:00
DEPS Import chromium-102.0.5005.61 2022-05-29 18:11:59 +08:00
LICENSE Import chromium-102.0.5005.61 2022-05-29 18:11:59 +08:00