bugfix: fixed typo in no-pool patch of 1.21.4. (#799)

This commit is contained in:
Johnny Wang 2021-12-22 12:09:58 +08:00 committed by GitHub
parent f3a85d860f
commit a7142a8934
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ diff --minimal '--exclude=*.swp' '--exclude=*~' -up nginx-1.21.4/src/core/nginx.
@@ -10,7 +10,7 @@
#define nginx_version 1021003
#define nginx_version 1021004
#define NGINX_VERSION "1.21.4"
-#define NGINX_VER "openresty/" NGINX_VERSION ".unknown"
+#define NGINX_VER "openresty/" NGINX_VERSION ".unknown (no pool)"