Skip to content
Snippets Groups Projects
Commit 8a104c5b authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

Merge pull request #6080 from ctiller/filters-can-cause-closes

Add a test for forced stream closure on the server, and make it work
parents c75787ba e43f4eb3
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ static void end_test(grpc_end2end_test_fixture *f) {
grpc_completion_queue_destroy(f->cq);
}
/* Request with a large amount of metadata.*/
/* Simple request via a server filter that always closes the stream.*/
static void test_request(grpc_end2end_test_config config) {
grpc_call *c;
grpc_call *s;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment