aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2016-02-08 17:40:53 -0500
committerJay Satiro <raysatiro@yahoo.com>2016-02-08 17:40:53 -0500
commit674b57e76b9daf544c9103655a8b92bdfcd08851 (patch)
treed555a05cadc738d66ef64ca6162461de12e7b230
parentc3aac489195526c23190fcfe4ce63cbe49ea00e6 (diff)
KNOWN_BUGS: Windows device prefix is required for devices
-rw-r--r--docs/KNOWN_BUGS8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 6dde0fdc2..ec8c7ffa7 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -3,6 +3,14 @@ join in and help us correct one or more of these! Also be sure to check the
changelog of the current development status, as one or more of these problems
may have been fixed since this was written!
+92. curl tool 7.47.1 in Windows will not --output to any device unless the
+ device prefix is used. To send output to a device that has a reserved dos
+ device name use the Windows device prefix \\.\ (eg: --output \\.\NUL) or use
+ the redirection operator at the end of your curl command (eg: > NUL).
+ The next release of curl will support --output in Windows to reserved device
+ names without the device prefix for backwards compatibility.
+ https://github.com/curl/curl/commit/c3aac48
+
91. "curl_easy_perform hangs with imap and PolarSSL"
https://github.com/curl/curl/issues/334