Correct Content-Length

FossilOrigin-Name: f97c8767cbcf1fd56c8e889a15f67f13e085e1f2cc93c142c241d823dd0f7c5f
This commit is contained in:
me@ow.nekobit.net 2022-01-31 18:20:47 +00:00
parent 816fb56334
commit d503e33e48

View file

@ -41,7 +41,7 @@ void content_index(mastodont_t* api)
/* Output */
printf("Content-Length: %ld\r\n\r\n",
data_index_html_size + statuses_html_count + 4);
data_index_html_size + statuses_html_count + 1);
printf(data_index_html, config_canonical_name, status_format);
/* Cleanup */