grpc-java/alts
Esun Kim c7e8990cbb
alts: Explicit buffer management to avoid too many ShortBufferException
To avoid having too many ShortBufferException thrown in ALTS code path on Java 8, we came up with this workaround creating new managed buffer, filling it, and passing it to underlying Conscrypt not to hit the code path throwing the exception. This might look to introduce another inefficiency but it's more like making it explicit because Conscrypt will do for non-managed buffer which gRPC uses.

Fix: #6761
2020-05-20 08:59:40 -07:00
..
src alts: Explicit buffer management to avoid too many ShortBufferException 2020-05-20 08:59:40 -07:00
BUILD.bazel core, grpclb: clean up grpclb specific attributes in core (#6790) 2020-03-02 10:27:57 -08:00
build.gradle all: migrate gradle build to java-library plugin 2020-05-04 16:44:30 -07:00