Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Jan 3, 2024
1 parent d424ea2 commit 5d60f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/ext/transport/chttp2/transport/frame_settings.cc
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ grpc_error_handle grpc_chttp2_settings_parser_parse(void* p,
GRPC_CHTTP2_NUM_SETTINGS * sizeof(uint32_t));
t->num_pending_induced_frames++;
if (grpc_core::IsChttp2NewWritesEnabled()) {
t->qframes.emplace_back(grpc_core::Http2SettingsFrame{true});
t->qframes.emplace_back(grpc_core::Http2SettingsFrame{true, {}});
} else {
grpc_slice_buffer_add(t->qbuf.c_slice_buffer(),
grpc_chttp2_settings_ack_create());
Expand Down

0 comments on commit 5d60f73

Please sign in to comment.