Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant work when validating unary Connect response (connect…
…rpc#683) We can swap TrimPrefix for just a string slice here since we're already guarding behind HasPrefix. TrimPrefix internally runs HasPrefix again, so we can just skip the redundant work.
- Loading branch information