Skip to content

Commit

Permalink
Modules compatibility: added QUIC to signature (ticket #2539).
Browse files Browse the repository at this point in the history
Enabling QUIC changes ngx_connection_t layout, which is why it should be
added to the signature.
  • Loading branch information
arut committed Sep 13, 2023
1 parent 196289a commit 027b681
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/core/ngx_module.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 027b681

Please sign in to comment.