[pve-devel] [PATCH v2 http-server 2/2] Remove whitespace ignore from regex

2022-11-17 Thread John Hollowell
Signed-off-by: John Hollowell --- src/PVE/APIServer/AnyEvent.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/PVE/APIServer/AnyEvent.pm b/src/PVE/APIServer/AnyEvent.pm index d958642..ed1321d 100644 --- a/src/PVE/APIServer/AnyEvent.pm +++ b/src/PVE/APIServer

[pve-devel] [PATCH v2 http-server 1/2] fix #4344: http-server: ignore unused multipart headers

2022-11-17 Thread John Hollowell
Signed-off-by: John Hollowell --- src/PVE/APIServer/AnyEvent.pm | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/PVE/APIServer/AnyEvent.pm b/src/PVE/APIServer/AnyEvent.pm index f397a8c..d958642 100644 --- a/src/PVE/APIServer/AnyEvent.pm +++ b/src/PVE/APIServer

[pve-devel] [PATCH v2 http-server 0/2] fix #4344: ignore unused multipart headers

2022-11-17 Thread John Hollowell
anges against a 7.2-11 server and both a previously broken upload method (without the Content-Type) and using the webUI in Chrome (which includes a Content-Type) correctly uploads the file. Changes since v1: * remove `xx` and escaping of spaces from regex John Hollowell (2): fix #4344: http-s

[pve-devel] [PATCH http-server 0/1] fix #4344: ignore unused multipart headers

2022-11-14 Thread John Hollowell
anges against a 7.2-11 server and both a previously broken upload method (without the Content-Type) and using the webUI in Chrome (which includes a Content-Type) correctly uploads the file. John Hollowell (1): fix #4344: http-server: ignore unused multipart headers src/PVE/APIServer/AnyEvent.p

[pve-devel] [PATCH http-server 1/1] fix #4344: http-server: ignore unused multipart headers

2022-11-14 Thread John Hollowell
Signed-off-by: John Hollowell --- src/PVE/APIServer/AnyEvent.pm | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/PVE/APIServer/AnyEvent.pm b/src/PVE/APIServer/AnyEvent.pm index f397a8c..d958642 100644 --- a/src/PVE/APIServer/AnyEvent.pm +++ b/src/PVE/APIServer