grpc/test/cpp/interop
Craig Tiller 0cb803d9ca Always ref writable streams
We suffered a bug whereby doing a follow-up write to another write could
resurrect a deleted stream, causing all sorts of crash.

Fix: when a stream becomes writable (vs when we start writing) take a
ref on the stream, and only relinquish it once we're done writing.
2016-03-02 22:34:23 -08:00
..
client.cc copyright of course 2016-02-22 10:04:43 -08:00
client_helper.cc Fixing Cpp tests. 2015-10-12 14:09:13 -07:00
client_helper.h Eliminate gpr_ int types - and insist on C99 variants instead 2015-12-22 13:49:30 -08:00
interop_client.cc Add custom_metadata test case 2016-02-19 16:05:10 -08:00
interop_client.h copyright of course 2016-02-22 10:04:43 -08:00
interop_test.cc Fix clang-format script 2015-09-28 17:22:01 -07:00
metrics_client.cc Fix copyright 2016-02-29 13:28:55 -08:00
reconnect_interop_client.cc Always ref writable streams 2016-03-02 22:34:23 -08:00
reconnect_interop_server.cc Revert "Update reconnect_interop_server.cc" 2016-03-02 22:04:00 -08:00
rnd.dat Updated interop tests with support for compression. 2015-07-22 09:10:39 -07:00
server_helper.cc Eliminate gpr_ int types - and insist on C99 variants instead 2015-12-22 13:49:30 -08:00
server_helper.h Eliminate gpr_ int types - and insist on C99 variants instead 2015-12-22 13:49:30 -08:00
server_main.cc Regenerate files, fix bugs 2016-02-22 22:22:22 -08:00
stress_interop_client.cc Updated copyrights 2016-01-12 10:26:04 -08:00
stress_interop_client.h Address code review comments 2015-11-16 14:41:04 -08:00
stress_test.cc Updated copyrights 2016-01-12 10:26:04 -08:00