mirror of
https://github.com/nginx/nginx.git
synced 2024-11-27 15:39:01 +08:00
Modules compatibility: added QUIC to signature (ticket #2539).
Enabling QUIC changes ngx_connection_t layout, which is why it should be added to the signature.
This commit is contained in:
parent
196289ac18
commit
027b681688
@ -107,7 +107,12 @@
|
||||
#endif
|
||||
|
||||
#define NGX_MODULE_SIGNATURE_17 "0"
|
||||
|
||||
#if (NGX_QUIC || NGX_COMPAT)
|
||||
#define NGX_MODULE_SIGNATURE_18 "1"
|
||||
#else
|
||||
#define NGX_MODULE_SIGNATURE_18 "0"
|
||||
#endif
|
||||
|
||||
#if (NGX_HAVE_OPENAT)
|
||||
#define NGX_MODULE_SIGNATURE_19 "1"
|
||||
|
Loading…
Reference in New Issue
Block a user