We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d56e1 commit 4746629Copy full SHA for 4746629
ngx_cache_purge_module.c
@@ -540,7 +540,9 @@ typedef struct {
540
ngx_array_t *cookie_domains;
541
ngx_array_t *cookie_paths;
542
# endif /* nginx_version >= 1001015 */
543
-
+# if (nginx_version >= 1019003)
544
+ ngx_array_t *cookie_flags;
545
+#endif /* nginx_version >= 1019003 */
546
# if (nginx_version < 1007008)
547
ngx_str_t body_source;
548
# endif /* nginx_version < 1007008 */
0 commit comments