grpc/test/core/client_channel
Stan Hu 4110dea333
[HTTP Proxy] Support CIDR blocks in `no_proxy` config (#31119)
This commit adds support for using CIDR blocks defined in the `no_proxy`
environment variable. For example:

```
http_proxy=http://localhost:8080 no_proxy=10.10.0.0/24
```

The example above would bypass the proxy if the server IP matched
10.10.0.0 - 10.10.0.255.

Closes #22681

---------

Co-authored-by: Yash Tibrewal <yashkt@google.com>
2023-03-30 23:43:36 -07:00
..
lb_policy [JSON] move Parse() and Dump() methods out of JSON object (#32742) 2023-03-30 13:30:54 -07:00
resolvers Reland global config changes (#32661) 2023-03-27 18:55:24 -07:00
BUILD LB policy config tests: move to lb_policy subdir (#31905) 2022-12-16 10:01:05 -08:00
client_channel_service_config_test.cc Fix IWYU with clang-15 (#31556) 2022-11-04 15:49:56 -07:00
client_channel_test.cc [iwyu] Add more test directories (#30952) 2022-09-29 06:47:07 -07:00
http_proxy_mapper_test.cc [HTTP Proxy] Support CIDR blocks in `no_proxy` config (#31119) 2023-03-30 23:43:36 -07:00
retry_service_config_test.cc Fix IWYU with clang-15 (#31556) 2022-11-04 15:49:56 -07:00
retry_throttle_test.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00