From 3839fdca1efe1b60a5ce003bd05f88457fd9c35a Mon Sep 17 00:00:00 2001 From: Jason Dellaluce Date: Tue, 12 Jul 2022 09:41:00 +0000 Subject: [PATCH] update(userspace/falco): avoid using zlib in webserver Signed-off-by: Jason Dellaluce --- userspace/falco/webserver.h | 1 - 1 file changed, 1 deletion(-) diff --git a/userspace/falco/webserver.h b/userspace/falco/webserver.h index e9c40967..be0b8372 100644 --- a/userspace/falco/webserver.h +++ b/userspace/falco/webserver.h @@ -16,7 +16,6 @@ limitations under the License. #pragma once #define CPPHTTPLIB_OPENSSL_SUPPORT -#define CPPHTTPLIB_ZLIB_SUPPORT #include #include #include "configuration.h"