Skip to content

Commit ea57a08

Browse files
committed
fix: patch
1 parent ffea2ad commit ea57a08

File tree

2 files changed

+4
-24
lines changed

2 files changed

+4
-24
lines changed

patch/1.25.3.1/nginx-upstream_pass_trailer.patch renamed to patch/1.25.3.1/nginx-upstream_pass_trailers.patch

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,8 @@
11
diff --git src/http/ngx_http_upstream.c src/http/ngx_http_upstream.c
2-
index d29e503cb..014082d30 100644
2+
index d04d91e..2dd1102 100644
33
--- src/http/ngx_http_upstream.c
44
+++ src/http/ngx_http_upstream.c
5-
@@ -8,6 +8,9 @@
6-
#include <ngx_config.h>
7-
#include <ngx_core.h>
8-
#include <ngx_http.h>
9-
+#if (NGX_HTTP_APISIX)
10-
+#include <ngx_http_apisix_module.h>
11-
+#endif
12-
13-
14-
#if (NGX_HTTP_CACHE)
15-
@@ -2977,6 +2980,12 @@ ngx_http_upstream_process_trailers(ngx_http_request_t *r,
5+
@@ -2989,6 +2989,12 @@ ngx_http_upstream_process_trailers(ngx_http_request_t *r,
166
return NGX_OK;
177
}
188

patch/1.27.1.1/nginx-upstream_pass_trailer.patch renamed to patch/1.27.1.1/nginx-upstream_pass_trailers.patch

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,8 @@
11
diff --git src/http/ngx_http_upstream.c src/http/ngx_http_upstream.c
2-
index d29e503cb..014082d30 100644
2+
index d04d91e..2dd1102 100644
33
--- src/http/ngx_http_upstream.c
44
+++ src/http/ngx_http_upstream.c
5-
@@ -8,6 +8,9 @@
6-
#include <ngx_config.h>
7-
#include <ngx_core.h>
8-
#include <ngx_http.h>
9-
+#if (NGX_HTTP_APISIX)
10-
+#include <ngx_http_apisix_module.h>
11-
+#endif
12-
13-
14-
#if (NGX_HTTP_CACHE)
15-
@@ -2977,6 +2980,12 @@ ngx_http_upstream_process_trailers(ngx_http_request_t *r,
5+
@@ -2989,6 +2989,12 @@ ngx_http_upstream_process_trailers(ngx_http_request_t *r,
166
return NGX_OK;
177
}
188

0 commit comments

Comments
 (0)