grpc-java/core
Eric Anderson 0e47be1287 core: Save accept encoding since Metadata is not thread-safe
Metadata has been passed to the application. The application may be
modifying Metadata concurrently, so we must not access Metadata after
that point.

Fixes #1947
2016-07-10 11:28:04 -07:00
..
src core: Save accept encoding since Metadata is not thread-safe 2016-07-10 11:28:04 -07:00
build.gradle Create new AbstractTransportTest for Transports 2016-02-25 16:23:17 -08:00