twitchax / AspNetCore.Proxy

ASP.NET Core Proxies made easy.
MIT License
505 stars 80 forks source link

Stop Middleware shortcutting when filter is used #81

Open rtkelly13 opened 2 years ago

rtkelly13 commented 2 years ago

Implementation for #80

This change passes a bool up the stack to the middleware layer to say if the pipeline should be short-circuited

I think this first go isn't probably the right approach but is worth having a discussion over to see what is needed.

twitchax commented 2 years ago

Cool! I will take a look tonight.