]> git.kaiwu.me - nginx.git/commit
HTTP/3: http3_max_field_size directive to limit string size.
authorRoman Arutyunyan <arut@nginx.com>
Mon, 29 Jun 2020 12:56:14 +0000 (15:56 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Mon, 29 Jun 2020 12:56:14 +0000 (15:56 +0300)
commit8d41d17a12509d6f80f51a27046b7a10882892ef
tree2d770af188c8fadec87f347cc88a19349c413b4a
parentb7662c0e80003a676375be7d46071231321260e6
HTTP/3: http3_max_field_size directive to limit string size.

Client streams may send literal strings which are now limited in size by the
new directive.  The default value is 4096.

The directive is similar to HTTP/2 directive http2_max_field_size.
src/http/v3/ngx_http_v3.h
src/http/v3/ngx_http_v3_module.c
src/http/v3/ngx_http_v3_parse.c