We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e29c7c6 commit 392ac3fCopy full SHA for 392ac3f
source/hpack.c
@@ -1371,7 +1371,7 @@ static int s_encode_header_field(
1371
/* Else, Literal header field... */
1372
1373
/* determine exactly which type of literal header-field to encode. */
1374
- enum aws_hpack_entry_type literal_entry_type;
+ enum aws_hpack_entry_type literal_entry_type = AWS_HPACK_ENTRY_TYPE_COUNT;
1375
if (s_convert_http_compression_to_literal_entry_type(header->compression, &literal_entry_type)) {
1376
goto error;
1377
}
0 commit comments