summaryrefslogtreecommitdiff
path: root/docs/KNOWN_BUGS
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2023-02-12 13:24:08 +0100
committerDaniel Stenberg <daniel@haxx.se>2023-02-12 18:04:41 +0100
commitefbf02111aa66bda9288506b7d5cc0226bf5453e (patch)
treec12eb7f755db7c321e6834fa6dc821a69debe9ec /docs/KNOWN_BUGS
parent5309e32141a144187dcdc97e61cf8f39c4288dea (diff)
downloadcurl-efbf02111aa66bda9288506b7d5cc0226bf5453e.tar.gz
smb: return error on upload without size
The protocol needs to know the size ahead of time, this is now a known restriction and not a bug. Also output a clearer error if the URL path does not contain proper share. Ref: #7896 Closes #10484
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r--docs/KNOWN_BUGS5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index cbf5be352..a515e7a59 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -45,7 +45,6 @@ problems may have been fixed or changed somewhat since this was written.
5.6 make distclean loops forever
5.8 configure finding libs in wrong directory
5.9 Utilize Requires.private directives in libcurl.pc
- 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
5.13 long paths are not fully supported on Windows
@@ -332,10 +331,6 @@ problems may have been fixed or changed somewhat since this was written.
https://github.com/curl/curl/issues/864
-5.10 curl hangs on SMB upload over stdin
-
- See https://github.com/curl/curl/issues/7896
-
5.11 configure --with-gssapi with Heimdal is ignored on macOS
... unless you also pass --with-gssapi-libs