Fix proxy pointer arithmetic

This commit is contained in:
2022-12-31 11:44:52 +01:00
parent 6eb3b99bfb
commit abb40a659c
2 changed files with 7 additions and 10 deletions

View File

@ -18,8 +18,6 @@
# define SERVER_NAME "reverse proxy"
#endif
#define PROXY_ARRAY_SIZE (MAX_PROXY_CNX_PER_HOST * sizeof(proxy_ctx_t))
#include "http.h"
#include "config.h"