mirror of
https://github.com/nginx/nginx.git
synced 2026-08-27 04:07:18 +00: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
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue