mirror of
https://github.com/alibaba/higress.git
synced 2026-06-09 04:37:31 +08:00
Disable reroute in some plugins (#2639)
This commit is contained in:
@@ -64,6 +64,7 @@ func parseConfig(json gjson.Result, config *Config) error {
|
||||
}
|
||||
|
||||
func onHttpRequestHeaders(ctx wrapper.HttpContext, config Config) types.Action {
|
||||
ctx.DisableReroute()
|
||||
return config.lb.HandleHttpRequestHeaders(ctx)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user