server_log_http
int server_log_http(struct client *, unsigned int, size_t);
if (server_log_http(clt, code, 0) == -1)
if (server_log_http(clt, code, size >= 0 ? size : 0) == -1)
if (server_log_http(clt, code, 0) == -1)