Add TODO for access/error log file

This commit is contained in:
2021-01-09 12:39:55 +01:00
parent 7b562c4b78
commit dc5d1bebcc

View File

@ -405,6 +405,8 @@ int client_request_handler(sock *client, unsigned long client_num, unsigned int
res.status->msg, location != NULL ? " -> " : "", location != NULL ? location : "",
format_duration(micros, buf0), CLR_STR);
// TODO access/error log file
if (strcmp(req.method, "HEAD") != 0) {
unsigned long snd_len = 0;
unsigned long len;