grpc-java/netty
nmittler 4deff027ba Proper buffer closure when receiving DATA with EOS
The Http2ClientStream should not close the buffer in this case since
it's already been given to the deframer and potentially to the user.

Added cleanup code to MessageDeframer and AbstractClientStream to make
sure that we free the Buffer when appropriate.
2015-03-09 13:28:32 -07:00
..
src Proper buffer closure when receiving DATA with EOS 2015-03-09 13:28:32 -07:00
build.gradle Removing all references to "stubby" 2015-01-27 11:25:25 -08:00