]> git.proxmox.com Git - pve-http-server.git/commit
multipart upload: factor out content-disposition extraction
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 29 Sep 2022 14:29:25 +0000 (16:29 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 29 Sep 2022 15:05:34 +0000 (17:05 +0200)
commit59128f6b5ab5ea903bebe3ff76f80fa0affa4fbf
treeb20d9d1cf2c8025918ae2843805df92e79e9be20
parent42ec24969fb6e61c49e96718eb086b6d3d4523b9
multipart upload: factor out content-disposition extraction

and improve the boundary variable helper name by adding a _re postfix
and using snake case everywhere.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/APIServer/AnyEvent.pm