From efbf02111aa66bda9288506b7d5cc0226bf5453e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 12 Feb 2023 13:24:08 +0100 Subject: 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 --- docs/KNOWN_BUGS | 5 ----- 1 file changed, 5 deletions(-) (limited to 'docs/KNOWN_BUGS') 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 -- cgit v1.2.1