aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreecha@users.noreply.github.com>2015-12-07 15:00:26 -0800
committerGravatar Sree Kuchibhotla <sreecha@users.noreply.github.com>2015-12-07 15:00:26 -0800
commitfc4399411cfeb86bf6e29c2067cb8ddc352c3e25 (patch)
treef6caacbdc85a5848e48f0e80d48c338d4ed4f405 /test
parentc58768391244bb0979c5e39525253e01258b1215 (diff)
parent09c2d6dff07b3a38e020d94f244180d1535d20ac (diff)
Merge pull request #4314 from ctiller/bad-framing-tests
Bad framing tests
Diffstat (limited to 'test')
-rw-r--r--test/core/bad_client/tests/headers.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/core/bad_client/tests/headers.c b/test/core/bad_client/tests/headers.c
index 1095ecafac..1d18a8241a 100644
--- a/test/core/bad_client/tests/headers.c
+++ b/test/core/bad_client/tests/headers.c
@@ -189,6 +189,11 @@ int main(int argc, char **argv) {
"\x00\x00\x00\x01\x00\x00\x00\x00\x01"
"\x00\x00\x00\x00\x04\x00\x00\x00\x01",
0);
+ /* opening with a continuation frame */
+ GRPC_RUN_BAD_CLIENT_TEST(verifier,
+ PFX_STR
+ "\x00\x00\x00\x09\x04\x00\x00\x00\x01",
+ 0);
return 0;
}