bugfix: add HTTP/3 QUIC SSL Lua yield patch macro protection.

master
swananan 2 weeks ago committed by GitHub
parent 1f3a05a9d4
commit be963bee4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,3 +1,16 @@
diff --git a/src/core/ngx_config.h b/src/core/ngx_config.h
index 1861be601..5a25172ed 100644
--- a/src/core/ngx_config.h
+++ b/src/core/ngx_config.h
@@ -18,6 +18,8 @@
#endif
+#define HAVE_QUIC_SSL_LUA_YIELD_PATCH 1
+
#if (NGX_FREEBSD)
#include <ngx_freebsd_config.h>
diff --git a/src/event/quic/ngx_event_quic.c b/src/event/quic/ngx_event_quic.c
index c03b1d003..ffb21490c 100644
--- a/src/event/quic/ngx_event_quic.c

Loading…
Cancel
Save