From fd4f4e4c5943c3bcd09e3bdcbeefc263aa2f1937 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Wed, 19 Jul 2023 14:22:21 +0200 Subject: HTTP: compress: added "compress" action. There are still no supported encodings. This is just infrastructure for the next commits, which will add gzip compression. Signed-off-by: Alejandro Colomar Signed-off-by: Alejandro Colomar --- auto/sources | 1 + 1 file changed, 1 insertion(+) (limited to 'auto/sources') diff --git a/auto/sources b/auto/sources index 6ee4d87b..d8884b91 100644 --- a/auto/sources +++ b/auto/sources @@ -87,6 +87,7 @@ NXT_LIB_SRCS=" \ src/nxt_router_access_log.c \ src/nxt_h1proto.c \ src/nxt_status.c \ + src/nxt_http_compress.c \ src/nxt_http_request.c \ src/nxt_http_response.c \ src/nxt_http_error.c \ -- cgit