update(userspace/falco): avoid using zlib in webserver

Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
Jason Dellaluce 2022-07-12 09:41:00 +00:00 committed by poiana
parent f599fab439
commit 3839fdca1e

View File

@ -16,7 +16,6 @@ limitations under the License.
#pragma once
#define CPPHTTPLIB_OPENSSL_SUPPORT
#define CPPHTTPLIB_ZLIB_SUPPORT
#include <httplib.h>
#include <thread>
#include "configuration.h"