Skip to content

Commit 6aee72a

Browse files
committed
Sync struct definitions with upstream.
Change-Id: I16e895e6ddbf0cbf27cee7330c1d30ba690f2f64 Signed-off-by: Piotr Sikora <[email protected]>
1 parent e34bd2c commit 6aee72a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ngx_cache_purge_module.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,10 @@ typedef struct {
291291
ngx_array_t *proxy_values;
292292

293293
ngx_array_t *redirects;
294+
# if defined(nginx_version) && (nginx_version >= 1003001)
295+
ngx_array_t *cookie_domains;
296+
ngx_array_t *cookie_paths;
297+
# endif /* nginx_version >= 1003001 */
294298

295299
ngx_str_t body_source;
296300

0 commit comments

Comments
 (0)