Ivan Andreev
985011e73b
webdav: fix sharepoint-ntlm error 401 for parallel actions ( #2921 )
...
The go-ntlmssp NTLM negotiator has to try various authentication methods.
Intermediate responses from Sharepoint have status code 401, only the
final one is different. When rclone runs a large operation in parallel
goroutines according to --checkers or --transfers, one of threads can
receive intermediate 401 response targeted for another one and returns
the 401 authentication error to the user.
This patch fixes that.
2021-02-23 23:27:30 +00:00
..
2020-12-21 18:23:16 +00:00
2021-01-07 09:48:51 +00:00
2020-11-26 16:40:12 +00:00
2021-01-30 18:01:12 +00:00
2021-02-11 15:13:19 +00:00
2021-01-26 14:48:33 +00:00
2020-11-27 17:35:01 +00:00
2021-01-10 22:29:24 +03:00
2021-01-20 22:59:14 +00:00
2021-02-17 03:40:37 +03:00
2021-02-07 12:30:21 +00:00
2021-02-13 12:35:24 +00:00
2020-11-29 17:22:43 +00:00
2021-01-27 14:28:17 +00:00
2021-02-16 12:39:05 +00:00
2021-02-03 17:41:27 +00:00
2021-01-28 16:51:31 +00:00
2021-01-27 18:16:58 +00:00
2021-02-03 17:41:27 +00:00
2021-02-03 20:23:37 +00:00
2021-01-17 02:38:57 +01:00
2020-11-26 16:40:12 +00:00
2021-02-11 17:25:28 +00:00
2020-11-26 16:40:12 +00:00
2020-11-26 16:40:12 +00:00
2020-11-27 14:40:05 +00:00
2021-01-29 23:04:21 +03:00
2021-01-27 14:28:17 +00:00
2020-11-27 14:40:05 +00:00
2021-01-27 14:28:17 +00:00
2021-02-03 17:41:27 +00:00
2021-01-21 17:35:31 +00:00
2021-02-17 12:04:26 +00:00
2020-11-26 16:40:12 +00:00
2021-02-16 12:39:05 +00:00
2020-11-26 16:40:12 +00:00
2021-01-26 14:48:33 +00:00
2021-02-03 20:23:37 +00:00
2021-02-03 17:46:08 +00:00
2021-02-17 12:11:34 +00:00
2021-02-23 23:27:30 +00:00
2020-11-29 17:22:43 +00:00
2021-02-23 11:27:05 +00:00