Correct Content-Length
FossilOrigin-Name: f97c8767cbcf1fd56c8e889a15f67f13e085e1f2cc93c142c241d823dd0f7c5f
This commit is contained in:
parent
816fb56334
commit
d503e33e48
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue