From b0df6e0c2846300ac15673a19fc10ce5fd409153 Mon Sep 17 00:00:00 2001 From: lijia Date: Wed, 20 Mar 2024 17:11:39 +0800 Subject: feat: obsolete libdocanalyze, use zlib to decompress http payload. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index b2365d4..fa7333a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -17,7 +17,7 @@ LIB += -lMESA_handle_logger LIB += -lMESA_prof_load LIB += -lMESA_htable LIB += -lMESA_field_stat -LIB += -ldocumentanalyze +#LIB += -ldocumentanalyze LIB += ./lib/libhttp_parser.a LIB_FILE = $(wildcard ./lib/*.a) -- cgit v1.2.3