upgraded the nginx core to 1.19.8. (#715)

This commit is contained in:
Johnny Wang
2021-03-29 12:36:42 +08:00
committed by GitHub
parent de3e659ef5
commit 3abb2c7fae
35 changed files with 2750 additions and 2 deletions

View File

@ -0,0 +1,15 @@
diff --git a/src/os/win32/ngx_event_log.c b/src/os/win32/ngx_event_log.c
index e11ed1e8..dce8eddd 100644
--- a/src/os/win32/ngx_event_log.c
+++ b/src/os/win32/ngx_event_log.c
@@ -8,7 +8,9 @@
#include <ngx_core.h>
-#define NGX_MAX_ERROR_STR 2048
+#ifndef NGX_MAX_ERROR_STR
+#define NGX_MAX_ERROR_STR 4096
+#endif
void ngx_cdecl