diff options
author | Alejandro Colomar <alx@nginx.com> | 2023-07-19 14:22:21 +0200 |
---|---|---|
committer | Alejandro Colomar <alx@kernel.org> | 2023-10-25 13:37:58 +0200 |
commit | fd4f4e4c5943c3bcd09e3bdcbeefc263aa2f1937 (patch) | |
tree | 5c91e83b03f5dd9b975fadfa2cb2cf6e03b653a2 /auto/sources | |
parent | ddb7d61f6173c2f191f4eddc15f1f912e940e42c (diff) | |
download | unit-fd4f4e4c5943c3bcd09e3bdcbeefc263aa2f1937.tar.gz unit-fd4f4e4c5943c3bcd09e3bdcbeefc263aa2f1937.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>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'auto/sources')
-rw-r--r-- | auto/sources | 1 |
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 \ |