Skip to content

Commit

Permalink
fix fallthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
boazsegev committed Feb 1, 2025
1 parent f6f29bb commit 8c3ae5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fio-stl/439 http.h
Original file line number Diff line number Diff line change
Expand Up @@ -1526,7 +1526,8 @@ FIO_SFUNC void fio___http_controller_http1_write_body(
.dealloc = args.dealloc);
/* chunk trailer - EOL */
fio_io_write2(c->io, .buf = (void *)"\r\n", .len = 2);
}
} else
goto no_write_err;
return;
no_length_err:
FIO_LOG_ERROR("HTTP1 streaming requires a correctly pre-determined "
Expand Down

0 comments on commit 8c3ae5c

Please sign in to comment.