Http keep alive

This commit is contained in:
2020-12-11 23:03:54 +01:00
parent e116b940b2
commit f7fc4fa801
6 changed files with 89 additions and 13 deletions

View File

@ -23,6 +23,8 @@
#define LISTEN_BACKLOG 16
#define REQ_PER_CONNECTION 100
#define CLIENT_MAX_HEADER_SIZE 8192
#define ERR_STR "\x1B[1;31m"
#define CLR_STR "\x1B[0m"
#define HTTP_STR "\x1B[1;31m"