grpc-java/testing/src
Kun Zhang 3f63cd0ad4
core: always call StreamTracer.streamClosed() when stream is officially closed. (#4331)
Previously StreamTracer.streamClosed() is called in
ServerStream.close(), but it is not exactly when the stream is
officially closed.  ServerStreamListener.closed() is guaranteed to be
called and it is the official end of the stream.
2018-04-12 09:05:48 -07:00
..
main core: always call StreamTracer.streamClosed() when stream is officially closed. (#4331) 2018-04-12 09:05:48 -07:00
test/java/io/grpc testing: add TlsTesting.loadCert 2017-11-02 16:40:49 -07:00