Skip to content
Snippets Groups Projects
Commit 09c2d6df authored by Craig Tiller's avatar Craig Tiller
Browse files

Add a test of illegal continuation frames

parent e219e02f
No related branches found
No related tags found
No related merge requests found
...@@ -189,6 +189,11 @@ int main(int argc, char **argv) { ...@@ -189,6 +189,11 @@ int main(int argc, char **argv) {
"\x00\x00\x00\x01\x00\x00\x00\x00\x01" "\x00\x00\x00\x01\x00\x00\x00\x00\x01"
"\x00\x00\x00\x00\x04\x00\x00\x00\x01", "\x00\x00\x00\x00\x04\x00\x00\x00\x01",
0); 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; return 0;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment