mirror of https://github.com/grpc/grpc-node.git
Stop processing RDS requests after finding the matching one
This commit is contained in:
parent
0b146c8b07
commit
76bb17091b
|
@ -452,6 +452,7 @@ export class XdsClient {
|
|||
} else {
|
||||
nackError = 'RouteConfiguration validation failed';
|
||||
}
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
nackError = `Invalid resource type ${
|
||||
|
|
Loading…
Reference in New Issue