We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1960273 commit f7848deCopy full SHA for f7848de
1 file changed
gax-java/gax/src/main/java/com/google/api/gax/rpc/EndpointContext.java
@@ -470,7 +470,7 @@ public EndpointContext build() throws IOException {
470
try {
471
setResolvedServerAddress(parseServerAddress(resolvedEndpoint()));
472
setResolvedServerPort(parseServerPort(resolvedEndpoint()));
473
- } catch (Throwable throwable) {
+ } catch (Exception throwable) {
474
// Server address and server port are only used for observability.
475
// We should ignore any errors parsing them and not affect the main client requests.
476
}
0 commit comments