summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_http_static.c
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@nginx.com>2023-08-28 17:34:20 +0200
committerAlejandro Colomar <alx@kernel.org>2023-10-25 13:38:46 +0200
commit75e9535a250eb5c9d16a16633033786fde125758 (patch)
tree0cd3d857878962e7a0cb04a4429477ce83bbfa07 /src/nxt_http_static.c
parentd5906fc0a30d51bbd25f0b7026fba977962e6042 (diff)
downloadunit-75e9535a250eb5c9d16a16633033786fde125758.tar.gz
unit-75e9535a250eb5c9d16a16633033786fde125758.tar.bz2
HTTP: compress: added "mime_types" rule.
Signed-off-by: Alejandro Colomar <alx@nginx.com> Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'src/nxt_http_static.c')
-rw-r--r--src/nxt_http_static.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nxt_http_static.c b/src/nxt_http_static.c
index fc26924d..490a41d4 100644
--- a/src/nxt_http_static.c
+++ b/src/nxt_http_static.c
@@ -648,6 +648,7 @@ nxt_http_static_send_ready(nxt_task_t *task, void *obj, void *data)
r->body_handler = NULL;
}
+ r->resp.mtype = mtype;
nxt_http_request_header_send(task, r);
r->state = &nxt_http_static_send_state;