We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc591e commit aa00668Copy full SHA for aa00668
1 file changed
grpc/src/client/name_resolution/mod.rs
@@ -134,7 +134,7 @@ impl Display for Target {
134
"{}://{}{}",
135
self.scheme(),
136
self.authority_host_port(),
137
- self.decoded_path
+ self.url.path()
138
)
139
}
140
@@ -443,7 +443,7 @@ mod test {
443
want_host: "",
444
want_port: None,
445
want_path: "/foo bar",
446
- want_str: "dns:///foo bar",
+ want_str: "dns:///foo%20bar",
447
},
448
];
449
0 commit comments