Michal Matczuk
Michal Matczuk
Hello Community! Unfortunately this project has become a little rusty. If you would like to see this project brought back to life upvote 👍. Do not hesitate to share feature...
If you think this is needed vote by adding :+1: thanks!
If you think this is needed vote by adding :+1: thanks!
> Rewrite the HTTP Host header to this value
* Should be generic * Can migrate state changes logging to common function
Fixes #5433 #### What is the purpose of this change? It registers finalizer that flushes the allocated buffers in `lib/pool`. #### Checklist - [x] I have read the [contribution guidelines](https://github.com/rclone/rclone/blob/master/CONTRIBUTING.md#submitting-a-pull-request)....
#### What is your rclone version (output from `rclone version`) master (e635f4c) `lib/pool::Pool` when used with mmap should free buffers on destroy. At the moment there seems to be no...
This patchset contains the generic part of #1206. It introduces ConnPicker interface that is used to abstract hostConnPool storage. There are, however, some differences to #1206 code. * Conn.shard is...
This patchset contains the Scylla specific part of #1206, the relevant commit is b5f7b2e. This work depends on #1210. It's changed form #1206 to limit scope of Scylla related code....