grpc-java/okhttp
Carl Mastrangelo f78644d762 core: add Metadata.discardAll()
Metadata.removeAll creates an iterator for looking through removed
values even if the call doens't use it.  This change adds a similar
method which doesn't create garbage.

This change makes it easier in the future to alter the internals
of Metadata where it may be expensive to return removed values.
2016-09-08 10:29:22 -07:00
..
src core: add Metadata.discardAll() 2016-09-08 10:29:22 -07:00
third_party/okhttp Revise security provider selection for androind to choose from the 2016-07-19 13:30:22 -07:00
build.gradle okhttp: Enable transport test 2016-05-16 09:52:48 -07:00