cyrilc-pro
Results
3
comments of
cyrilc-pro
Similar to #216
IMO, the `retry` middleware should handle `http. ErrAbortHandler` in a specific manner and log it as DEBUG instead of ERROR, just like the `recovery` middleware does.
If accepted, I can propose PR's for fixing this in 2.x and 3.x. The basic idea would be to set field `ErrorLog` when creating the `httputil.ReverseProxy` instance: ``` p :=...