minio / sidekick

High Performance HTTP Sidecar Load Balancer
GNU Affero General Public License v3.0
540 stars 82 forks source link

Do not mark a backend as offline when a client disconnects #74

Closed vadmeste closed 1 year ago

vadmeste commented 1 year ago

Currently, when an S3 client disconnects, it marks the remote backend as offline, which is wrong. Ignore the context canceled error.