grpc_sockaddr_to_uri was changed recently to use the URI library directly. grpc_sockaddr_to_uri uses grpc_sockaddr_to_string internally and it has explicit logic for URI encoding of %. This causes % to be encoded as %2525 instead of %25 causing issues with decoding later on. This is especially problematic for IPV6 addresses with zone identifiers where the interface is delimited by %. @markdroth |
||
|---|---|---|
| .. | ||
| sockaddr_uri_corpus | ||
| BUILD | ||
| parse_address_test.cc | ||
| parse_address_with_named_scope_id_test.cc | ||
| sockaddr_utils_fuzzer_test.cc | ||
| sockaddr_utils_test.cc | ||