summaryrefslogtreecommitdiffhomepage
path: root/auto/sources
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@nginx.com>2023-07-19 14:22:21 +0200
committerAlejandro Colomar <alx@nginx.com>2023-09-03 18:38:05 +0200
commit6e164a368b4aea80233b17486fe549ab70816e86 (patch)
tree266cc6f1d60162771c0c60b9055f1241199acf3e /auto/sources
parent4977d280cacc7dd2bbbd61a00d133574f18cb118 (diff)
downloadunit-6e164a368b4aea80233b17486fe549ab70816e86.tar.gz
unit-6e164a368b4aea80233b17486fe549ab70816e86.tar.bz2
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 <alx@nginx.com>
Diffstat (limited to '')
-rw-r--r--auto/sources1
1 files changed, 1 insertions, 0 deletions
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 \