actix-governor icon indicating copy to clipboard operation
actix-governor copied to clipboard

Don't return error from middleware

Open silverpill opened this issue 1 year ago • 2 comments

Fixes https://github.com/AaronErhardt/actix-governor/issues/51

This patch allows ErrorHandlers to catch 5xx error responses generated by actix-governor

silverpill avatar Apr 08 '25 18:04 silverpill

I don't quite understand how this is better/more correct. Also, this would make the Result of the Right variant obsolete because it's always Ok.

AaronErhardt avatar Apr 09 '25 00:04 AaronErhardt

I don't know whether it is correct or not. Couldn't find any documentation on the subject, only a couple of bug reports in actix-web repo where people complain about similar problems.

But this patch solved #51 for me.

silverpill avatar Apr 10 '25 20:04 silverpill