]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
KNOWN_BUGS: aws-sigv4 does not handle multipart/form-data correctly
authorDaniel Stenberg <daniel@haxx.se>
Mon, 3 Jun 2024 08:02:33 +0000 (10:02 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 3 Jun 2024 08:45:16 +0000 (10:45 +0200)
Closes #13351
Closes #13866

docs/KNOWN_BUGS

index cc1709defb0db1a56fe4acc0810dce88aa3eb9f0..68c9312dfb19f3a54da8c40fd39789702d62eb56 100644 (file)
@@ -105,6 +105,7 @@ problems may have been fixed or changed somewhat since this was written.
 
  16. aws-sigv4
  16.1 aws-sigv4 does not sign requests with * correctly
+ 16.2 aws-sigv4 does not handle multipart/form-data correctly
  16.6 aws-sigv4 does not behave well with AWS VPC Lattice
 
  17. HTTP/2
@@ -614,6 +615,10 @@ problems may have been fixed or changed somewhat since this was written.
 
  https://github.com/curl/curl/issues/7559
 
+16.2 aws-sigv4 does not handle multipart/form-data correctly
+
+ https://github.com/curl/curl/issues/13351
+
 16.6 aws-sigv4 does not behave well with AWS VPC Lattice
 
  https://github.com/curl/curl/issues/11007