mirror of https://github.com/grpc/grpc-java.git
In normal cases, we only have a few header matchers but the number of headers can be completely up to the application. Indexing headers eagerly parses all headers, even for those with no matcher matching the key. We should only parse header values for those with key matching the header matcher (aka, only call Metadata.get() with key that has some matcher looking for). |
||
|---|---|---|
| .. | ||
| src | ||
| third_party | ||
| build.gradle | ||