netlify / git-gateway

A Gateway to Git APIs
MIT License
400 stars 89 forks source link

Don't treat client cancellation as error #85

Closed mrdg closed 1 year ago

mrdg commented 1 year ago

If a request is cancelled by the client we currently report a 5xx and log an error. Log a 499 instead and skip the error log.