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

2022-11-18 Thread Matthias Heiserer
Reviewed-by: Matthias Heiserer On 18.11.2022 02:39, John Hollowell wrote: This fixes an issue where an upload request without a Content-Type in the file's multipart part would prevent the upload and throw missleading errors. This patch removes the requirement and ignores all multipart headers o

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

2022-11-17 Thread John Hollowell
This fixes an issue where an upload request without a Content-Type in the file's multipart part would prevent the upload and throw missleading errors. This patch removes the requirement and ignores all multipart headers once the needed information has been extracted. I have tested these changes ag