Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add nil check for FrontendConfig in checkProxy()
If you delete the FrontendConfig before the redirectUm is cleaned up, the FrontendConfig will be nil and l7.rediretUm will not be, leading to an "unrecoverable" crash loop. The only fix is to manually update the target proxy's link to the original urlmap.
- Loading branch information