]> git.proxmox.com Git - pve-http-server.git/commit
increase max headers to 64 to cope with modern browsers + proxy combinations
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 2 Jul 2020 05:54:52 +0000 (07:54 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 2 Jul 2020 05:58:45 +0000 (07:58 +0200)
commite7ee5e3f752b4c88f8c5790c7dd8676202523b6c
treee0afd47043d540d3228494fb3c113d801724e5eb
parentabef3172564e7a5c30fbbe52a32e9dff5b382236
increase max headers to 64 to cope with modern browsers + proxy combinations

This is mostly a "do not allow infinity headers" limit in the sense
of "it's good to have limits". With modern browsers and users behind
proxies we may actually get over 30 headers, so increase it for now
to 64 - hopefully enough for another decade ;)

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Reported-by: Victor Hooi <victorhooi@yahoo.com>
PVE/APIServer/AnyEvent.pm