grpc-java/integration-testing/src
Eric Anderson b6eb9d763d Don't close streams when sending GOAWAY
This reverts a change introduced in f920bad which caused all streams to
be closed when sending GOAWAY as part of graceful shutdown. This is
because lastKnownId() returns -1 when a GOAWAY has not been received.

The test doesn't pass, but at least appears to revert to the old
behavior. It is unknown if the test fails to pass due to client or
server, but given reports that the old code was working, we are thinking
that server-side GOAWAY handling is what is preventing the test from
passing.
2015-05-01 20:05:18 -07:00
..
main Don't close streams when sending GOAWAY 2015-05-01 20:05:18 -07:00
test/java/io/grpc Swap to Netty's SslContextBuilder 2015-05-01 08:42:12 -07:00