mirror of
https://github.com/nginx/nginx.git
synced 2024-12-03 21:18:59 +08:00
HTTP/3: downgraded literal size error level to NGX_LOG_INFO.
Now it's similar to HTTP/2.
This commit is contained in:
parent
a687d08062
commit
86e287a2de
@ -446,7 +446,7 @@ ngx_http_v3_parse_literal(ngx_connection_t *c, ngx_http_v3_parse_literal_t *st,
|
||||
v3cf = ngx_http_v3_get_module_srv_conf(c, ngx_http_v3_module);
|
||||
|
||||
if (n > v3cf->max_field_size) {
|
||||
ngx_log_error(NGX_LOG_ERR, c->log, 0,
|
||||
ngx_log_error(NGX_LOG_INFO, c->log, 0,
|
||||
"client exceeded http3_max_field_size limit");
|
||||
return NGX_ERROR;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user