]> granicus.if.org Git - curl/commitdiff
KNOWN_BUGS: --upload-file . hang if delay in STDIN
authorDaniel Stenberg <daniel@haxx.se>
Mon, 30 Apr 2018 08:19:45 +0000 (10:19 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 30 Apr 2018 08:19:45 +0000 (10:19 +0200)
Closes #2051

docs/KNOWN_BUGS

index 80ec62fabe80f29c31b3f1c41e0260c5be63978a..945120c971de224e6eca14444cb8e6ed45a4a398 100644 (file)
@@ -38,6 +38,7 @@ problems may have been fixed or changed somewhat since this was written!
  4.1 -J with %-encoded file nameas
  4.2 -J with -C - fails
  4.3 --retry and transfer timeouts
+ 4.4 --upload-file . hang if delay in STDIN
 
  5. Build and portability issues
  5.1 Windows Borland compiler
@@ -283,6 +284,13 @@ problems may have been fixed or changed somewhat since this was written!
  https://curl.haxx.se/mail/lib-2008-01/0080.html and Mandriva bug report
  https://qa.mandriva.com/show_bug.cgi?id=22565
 
+4.4 --upload-file . hangs if delay in STDIN
+
+ "(echo start; sleep 1; echo end) | curl --upload-file . http://mywebsite -vv"
+
+ ... causes a hang when it shouldn't.
+
+ See https://github.com/curl/curl/issues/2051
 
 5. Build and portability issues