mirror of
https://github.com/sadoyan/aralez.git
synced 2026-04-29 22:38:36 +08:00
unifying kubernetes and file provider configs
This commit is contained in:
@@ -215,6 +215,7 @@ impl ProxyHttp for LB {
|
||||
let path = session.req_header().uri.path();
|
||||
let host_header = host;
|
||||
let split_header = host_header.split_once(':');
|
||||
|
||||
match split_header {
|
||||
Some(sh) => {
|
||||
let yoyo = self.get_header(sh.0, path);
|
||||
|
||||
Reference in New Issue
Block a user