grpc-java/xds
Chengyuan Zhang f4fe466fb0
xds: lazily and only parse headers with matchers matching the key (#8163)
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).
2021-05-11 14:20:02 -07:00
..
src xds: lazily and only parse headers with matchers matching the key (#8163) 2021-05-11 14:20:02 -07:00
third_party xds: import envoy (#8145) 2021-05-04 16:20:44 -07:00
build.gradle xds: refactor TlsContextManager related code to remove dependency on Bootstrapper (#8150) 2021-05-10 13:13:26 -07:00