1
1
diff --git src/http/ngx_http_core_module.c src/http/ngx_http_core_module.c
2
- index 6388140..b900467 100644
2
+ index fe1da4576..9beba971e 100644
3
3
--- src/http/ngx_http_core_module.c
4
4
+++ src/http/ngx_http_core_module.c
5
5
@@ -8,6 +8,9 @@
@@ -12,7 +12,7 @@ index 6388140..b900467 100644
12
12
13
13
14
14
typedef struct {
15
- @@ -985 ,7 +988 ,12 @@ ngx_http_core_find_config_phase(ngx_http_request_t *r,
15
+ @@ -982 ,7 +985 ,12 @@ ngx_http_core_find_config_phase(ngx_http_request_t *r,
16
16
"http cl:%O max:%O",
17
17
r->headers_in.content_length_n, clcf->client_max_body_size);
18
18
@@ -26,7 +26,7 @@ index 6388140..b900467 100644
26
26
&& clcf->client_max_body_size
27
27
&& clcf->client_max_body_size < r->headers_in.content_length_n)
28
28
diff --git src/http/ngx_http_request_body.c src/http/ngx_http_request_body.c
29
- index 71d7e9a..99fcbad 100644
29
+ index ad3549f98..20a5ec500 100644
30
30
--- src/http/ngx_http_request_body.c
31
31
+++ src/http/ngx_http_request_body.c
32
32
@@ -8,6 +8,9 @@
@@ -65,7 +65,7 @@ index 71d7e9a..99fcbad 100644
65
65
if (ngx_http_test_expect(r) != NGX_OK) {
66
66
rc = NGX_HTTP_INTERNAL_SERVER_ERROR;
67
67
goto done;
68
- @@ -1025 ,6 +1047 ,10 @@ ngx_http_request_body_chunked_filter(ngx_http_request_t *r, ngx_chain_t *in)
68
+ @@ -1072 ,6 +1094 ,10 @@ ngx_http_request_body_chunked_filter(ngx_http_request_t *r, ngx_chain_t *in)
69
69
out = NULL;
70
70
ll = &out;
71
71
@@ -74,9 +74,9 @@ index 71d7e9a..99fcbad 100644
74
74
+ #endif
75
75
+
76
76
if (rb->rest == -1) {
77
-
77
+
78
78
ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
79
- @@ -1048 ,8 +1074 ,15 @@ ngx_http_request_body_chunked_filter(ngx_http_request_t *r, ngx_chain_t *in)
79
+ @@ -1111 ,8 +1137 ,15 @@ ngx_http_request_body_chunked_filter(ngx_http_request_t *r, ngx_chain_t *in)
80
80
81
81
clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module);
82
82
@@ -93,7 +93,7 @@ index 71d7e9a..99fcbad 100644
93
93
{
94
94
ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
95
95
diff --git src/http/v2/ngx_http_v2.c src/http/v2/ngx_http_v2.c
96
- index 43a4fde..43c78f9 100644
96
+ index 3afa8b638..c31b98b35 100644
97
97
--- src/http/v2/ngx_http_v2.c
98
98
+++ src/http/v2/ngx_http_v2.c
99
99
@@ -9,6 +9,9 @@
@@ -106,7 +106,7 @@ index 43a4fde..43c78f9 100644
106
106
107
107
108
108
typedef struct {
109
- @@ -4211 ,10 +4214 ,18 @@ ngx_http_v2_filter_request_body(ngx_http_request_t *r)
109
+ @@ -4324 ,10 +4327 ,18 @@ ngx_http_v2_filter_request_body(ngx_http_request_t *r)
110
110
}
111
111
112
112
} else {
0 commit comments