summaryrefslogtreecommitdiff
path: root/www-servers/nginx/files/http_sticky-nginx-1.23.0.patch
diff options
context:
space:
mode:
authorMarcin Deranek <marcin.deranek@slonko.net>2023-07-05 00:08:34 +0200
committerMarcin Deranek <marcin.deranek@slonko.net>2023-07-05 00:08:34 +0200
commit69b8a7a72af666dacd90cf627d225a64e6580763 (patch)
treed9aa8fe58fef6f074bd0b1f83d095d4703a5a433 /www-servers/nginx/files/http_sticky-nginx-1.23.0.patch
parentd272278e8d6d533d8a832526a955759678f03a61 (diff)
downloadportage-69b8a7a72af666dacd90cf627d225a64e6580763.tar.gz
portage-69b8a7a72af666dacd90cf627d225a64e6580763.tar.bz2
portage-69b8a7a72af666dacd90cf627d225a64e6580763.zip
Dropping www-servers/nginx as already upstream
Diffstat (limited to 'www-servers/nginx/files/http_sticky-nginx-1.23.0.patch')
-rw-r--r--www-servers/nginx/files/http_sticky-nginx-1.23.0.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/www-servers/nginx/files/http_sticky-nginx-1.23.0.patch b/www-servers/nginx/files/http_sticky-nginx-1.23.0.patch
deleted file mode 100644
index da6126e..0000000
--- a/www-servers/nginx/files/http_sticky-nginx-1.23.0.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 105c946c0c1af93099502417784888acf60da540 Mon Sep 17 00:00:00 2001
-From: Younes El-karama <yelkarama@gmail.com>
-Date: Sat, 2 Jul 2022 04:56:12 +0000
-Subject: [PATCH] make it compatible with nginx 1.23
-
----
- ngx_http_sticky_module.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/ngx_http_sticky_module.c b/ngx_http_sticky_module.c
-index c9a0a04..37b5bc3 100644
---- a/ngx_http_sticky_module.c
-+++ b/ngx_http_sticky_module.c
-@@ -204,7 +204,7 @@ static ngx_int_t ngx_http_init_sticky_peer(ngx_http_request_t *r, ngx_http_upstr
- iphp->request = r;
-
- /* check weather a cookie is present or not and save it */
-- if (ngx_http_parse_multi_header_lines(&r->headers_in.cookies, &iphp->sticky_conf->cookie_name, &route) != NGX_DECLINED) {
-+ if (ngx_http_parse_multi_header_lines(r, r->headers_in.cookie, &iphp->sticky_conf->cookie_name, &route) != NULL) {
- /* a route cookie has been found. Let's give it a try */
- ngx_log_debug(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, "[sticky/init_sticky_peer] got cookie route=%V, let's try to find a matching peer", &route);
-
---
-2.36.1
-