in source/rest.c [305:314]
static int s_on_incoming_header_block_done_fn(
struct aws_http_stream *stream,
enum aws_http_header_block header_block,
void *user_data) {
(void)stream;
(void)header_block;
(void)user_data;
return AWS_OP_SUCCESS;
}