Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Narrow the locking window when accessing v4AuthPair map
In this commit d6abc17 Fix race condition when updating v4AuthPair map See: https://forum.rclone.org/t/can-rclone-serve-s3-handle-more-than-one-client/48329/ We put in locking to access the v4AuthPair map. However this locking extended over the HTTP request which means that it effectively made the server single threaded in certain cases. This fix narrows the locking window to fix the problem.
- Loading branch information