Skip to content

fix acme middleware passing handled requests to parent middlewares

feistel requested to merge feistel/gitlab-pages:fix/acme-middleware into master

What does this MR do?

if ServeFileHTTP returns true the request has been handled and something has been served, it shouldn't be passed to the other middlewares.

TODO

Merge request reports