Skip to content

Commit

Permalink
Large string turned into static in unit test "content-encoding"
Browse files Browse the repository at this point in the history
  • Loading branch information
const-t committed Oct 26, 2022
1 parent d87b195 commit 4001b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fw/t/unit/test_http2_parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -1888,7 +1888,7 @@ TEST(http2_parser, referer)

TEST(http2_parser, content_encoding)
{
char cenc[] =
static char cenc[] =
"dummy0, dummy1, dummy2, dummy3, dummy4, "
"dummy5, dummy6, dummy7, dummy8, dummy9, dummy10, dummy11, "
"dummy12, dummy13, dummy14, dummy15, dummy16, dummy17, "
Expand Down

0 comments on commit 4001b02

Please sign in to comment.