grpc-java/core
Shohei Kamimori 8f01084bb3 core: add a `close` to InputBufferStream
Before:
`InputBufferStream.close()` does not close their buffer so the buffer will leak.

After:
Resolves #4198.
Override the `close` for closing their buffer.
2018-04-03 16:11:19 -07:00
..
src core: add a `close` to InputBufferStream 2018-04-03 16:11:19 -07:00
BUILD.bazel core: split JSON parsing into its own file 2018-03-07 17:57:48 -08:00
build.gradle Bump to Guava 20 2018-03-23 15:45:05 -07:00