feature: upgrade nginx core to 1.25.1 which supports HTTP3.

This commit is contained in:
swananan
2023-08-05 22:28:24 +08:00
committed by lijunlong
parent cf8c2f827e
commit 6278b1aeae
42 changed files with 3096 additions and 252 deletions

View File

@ -0,0 +1,14 @@
diff --git a/ngx_http_redis_module.c b/ngx_http_redis_module.c
index 23c8084..404acb2 100644
--- a/ngx_http_redis_module.c
+++ b/ngx_http_redis_module.c
@@ -614,9 +614,6 @@ found:
ngx_str_set(&h->key, "Content-Encoding");
ngx_str_set(&h->value, "gzip");
h->lowcase_key = (u_char*) "content-encoding";
-#if (NGX_HTTP_GZIP)
- u->headers_in.content_encoding = h;
-#endif
}
/* try to find end of string */