Skip to content

Commit b6d0ec9

Browse files
committed
update patch
1 parent 5d7c2f5 commit b6d0ec9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

patch/1.25.3.1/nginx-upstream_pass_trailer.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/src/http/ngx_http_upstream.c b/src/http/ngx_http_upstream.c
2-
index f5db65338..5905e0842 100644
2+
index d04d91e..d4926ce 100644
33
--- a/src/http/ngx_http_upstream.c
44
+++ b/src/http/ngx_http_upstream.c
55
@@ -8,6 +8,9 @@
@@ -12,7 +12,7 @@ index f5db65338..5905e0842 100644
1212

1313

1414
#if (NGX_HTTP_CACHE)
15-
@@ -2977,6 +2980,12 @@ ngx_http_upstream_process_trailers(ngx_http_request_t *r,
15+
@@ -2989,6 +2992,12 @@ ngx_http_upstream_process_trailers(ngx_http_request_t *r,
1616
return NGX_OK;
1717
}
1818

patch/1.27.1.1/nginx-upstream_pass_trailer.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/src/http/ngx_http_upstream.c b/src/http/ngx_http_upstream.c
2-
index d29e503cb..014082d30 100644
2+
index d04d91e..d4926ce 100644
33
--- a/src/http/ngx_http_upstream.c
44
+++ b/src/http/ngx_http_upstream.c
55
@@ -8,6 +8,9 @@
@@ -12,7 +12,7 @@ index d29e503cb..014082d30 100644
1212

1313

1414
#if (NGX_HTTP_CACHE)
15-
@@ -2977,6 +2980,12 @@ ngx_http_upstream_process_trailers(ngx_http_request_t *r,
15+
@@ -2989,6 +2992,12 @@ ngx_http_upstream_process_trailers(ngx_http_request_t *r,
1616
return NGX_OK;
1717
}
1818

0 commit comments

Comments
 (0)