We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f434e commit 5c647b3Copy full SHA for 5c647b3
1 file changed
source/h2_frames.c
@@ -403,7 +403,7 @@ int aws_h2_encode_data_frame(
403
}
404
405
406
- if (body_sub_buf.len == 0 && !body_ends_stream) {
+ if (body_sub_buf.len == 0 && !(flags & AWS_H2_FRAME_F_END_STREAM)) {
407
/* This frame would have no useful information, don't even bother sending it */
408
goto handle_nothing_to_send_right_now;
409
0 commit comments