If `content_length` is negative, then "Transfer-Encoding: chunked" headeris sent, otherwise, "Content-Length" header is sent.NOTE: If `Transfer-Encoding` is `chunked`, then message body must be sentusing `mg_send_http_chunk()` or `mg_printf_http_chunk()` functions.Otherwise, `mg_send()` or `mg_printf()` must be used.