minio / sidekick

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

fix: in errorHandler make sure to return the correct error #94

Closed harshavardhana closed 11 months ago

harshavardhana commented 11 months ago

error handler currently does not return and has never returned the error back to the client application for any in-flight requests that might have failed or canceled.

make sure we return errors back to the client for even transient in-flight request errors.

poornas commented 11 months ago

lint check failed

harshavardhana commented 11 months ago

fixes #64