minio / sidekick

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

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

Closed harshavardhana closed 1 year ago

harshavardhana commented 1 year 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 1 year ago

lint check failed

harshavardhana commented 1 year ago

fixes #64