rclone/backend/b2
Nick Craig-Wood af02c3b2a7 b2: fix locking window when getting mutipart upload URL
Before this change, the lock was held while the upload URL was being
fetched from the server.

This meant that any other threads were blocked from getting upload
URLs unecessarily.

It also increased the potential for deadlock.
2023-10-11 12:13:55 +01:00
..
api all: fix spelling across the project 2022-08-30 11:16:26 +02:00
b2.go b2: fix multipart upload: corrupted on transfer: sizes differ XXX vs 0 2023-10-11 12:08:40 +01:00
b2_internal_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
b2_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
upload.go b2: fix locking window when getting mutipart upload URL 2023-10-11 12:13:55 +01:00