@@ -254,58 +254,3 @@ index d86ffb8da..fb1bae4bd 100644
254254 extern int ngx_ssl_client_hello_arg_index;
255255
256256
257- diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c
258- index c75ddb849..0d6f2f0f1 100644
259- --- a/src/http/ngx_http_core_module.c
260- +++ b/src/http/ngx_http_core_module.c
261- @@ -1346,7 +1346,7 @@ ngx_http_update_location_config(ngx_http_request_t *r)
262- r->request_body_file_log_level = NGX_LOG_NOTICE;
263-
264- } else {
265- - r->request_body_file_log_level = NGX_LOG_WARN;
266- + r->request_body_file_log_level = NGX_LOG_NOTICE;
267- }
268-
269- r->request_body_in_single_buf = clcf->client_body_in_single_buffer;
270- diff --git a/src/http/ngx_http_special_response.c b/src/http/ngx_http_special_response.c
271- index eaf42e399..67a6bf375 100644
272- --- a/src/http/ngx_http_special_response.c
273- +++ b/src/http/ngx_http_special_response.c
274- @@ -19,21 +19,21 @@ static ngx_int_t ngx_http_send_refresh(ngx_http_request_t *r);
275-
276-
277- static u_char ngx_http_error_full_tail[] =
278- - "<hr><center>" NGINX_VER "</center>" CRLF
279- + "<hr>" CRLF
280- "</body>" CRLF
281- "</html>" CRLF
282- ;
283-
284-
285- static u_char ngx_http_error_build_tail[] =
286- - "<hr><center>" NGINX_VER_BUILD "</center>" CRLF
287- + "<hr>" CRLF
288- "</body>" CRLF
289- "</html>" CRLF
290- ;
291-
292-
293- static u_char ngx_http_error_tail[] =
294- - "<hr><center>nginx</center>" CRLF
295- + "<hr>" CRLF
296- "</body>" CRLF
297- "</html>" CRLF
298- ;
299- diff --git a/src/http/ngx_http_upstream.c b/src/http/ngx_http_upstream.c
300- index 74042b5ec..ae9ed01d7 100644
301- --- a/src/http/ngx_http_upstream.c
302- +++ b/src/http/ngx_http_upstream.c
303- @@ -3496,7 +3496,7 @@ ngx_http_upstream_send_response(ngx_http_request_t *r, ngx_http_upstream_t *u)
304- #endif
305-
306- } else {
307- - p->temp_file->log_level = NGX_LOG_WARN;
308- + p->temp_file->log_level = NGX_LOG_NOTICE;
309- p->temp_file->warn = "an upstream response is buffered "
310- "to a temporary file";
311- }
0 commit comments