Skip to content

Commit

Permalink
[TEST] fix test case. avoid adding space "\t" to header name.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwanglst committed Dec 19, 2023
1 parent 9cabf89 commit 8dc1f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_hpack.c
Original file line number Diff line number Diff line change
Expand Up @@ -1362,7 +1362,7 @@ test_header_arr (void)
static void
insert_long_codes_into_header_arr (void)
{
const char codes[] = "\\\x16\x7F\x09";
const char codes[] = "\\\x16\x7F\x06";
unsigned code_count, i, name, pos, off;
char *dst;
size_t len;
Expand Down

0 comments on commit 8dc1f25

Please sign in to comment.