Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-12725] defensive treatment of info.FullMethod
grpc interceptors are provided the target method as part of the grpc.StreamServerInfo. The documented format of the method is '/package.service/method/'. In order to prevent panics if that changes, modify the code to ensure the method split produces the expected number of substrings. Change-Id: I7de64c7cd2d8c61e5e517c2db4db5115c6961707 Signed-off-by: Matthew Sykes <[email protected]>
- Loading branch information