You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In WebEngine's RequestHandler::forceTrailingSlashes() function, the Location header is set manually, along with the status code. This should prevent the request handler from executing any further, by calling the exit callback.
The only header that should end early is
Location
as far as I can tell, but maybe there are more. Need to research before implementing.The text was updated successfully, but these errors were encountered: