summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-11-25 14:08:52 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-11-25 14:08:52 +0100
commita6d2ca37bb12b86af751bf54eaefd20dddbe8cf9 (patch)
treec6a200d360442b845d8cc9729ac6c5779c8d3bea
parent4183b8fe9a8558b8f62c9dbf8271deed75bff28b (diff)
downloadcurl-a6d2ca37bb12b86af751bf54eaefd20dddbe8cf9.tar.gz
KNOWN_BUGS: add one, remove one
- 5.10 SMB tests fail with Python 2 Just use python 3. + 5.10 curl hangs on SMB upload over stdin Closes #7896
-rw-r--r--docs/KNOWN_BUGS8
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 910db4dd7..0dd116dfa 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -57,7 +57,7 @@ problems may have been fixed or changed somewhat since this was written!
5.7 Visual Studio project gaps
5.8 configure finding libs in wrong directory
5.9 Utilize Requires.private directives in libcurl.pc
- 5.10 SMB tests fail with Python 2
+ 5.10 curl hangs on SMB upload over stdin
5.11 configure --with-gssapi with Heimdal is ignored on macOS
5.12 flaky Windows CI builds
@@ -514,11 +514,9 @@ problems may have been fixed or changed somewhat since this was written!
https://github.com/curl/curl/issues/864
-5.10 SMB tests fail with Python 2
+5.10 curl hangs on SMB upload over stdin
- The error message says "TreeConnectAndX not found".
-
- See https://github.com/curl/curl/issues/5983
+ See https://github.com/curl/curl/issues/7896
5.11 configure --with-gssapi with Heimdal is ignored on macOS