proxy components naming (#704)

This commit is contained in:
Michael Quigley
2024-07-22 12:34:42 -04:00
parent ca9a2e7b7c
commit ed1b30aa2c
4 changed files with 9 additions and 9 deletions

View File

@ -68,7 +68,7 @@ func NewFrontend(cfg *FrontendConfig) (*Frontend, error) {
}
proxy.Transport = zTransport
handler := authHandler(cfg.ShrToken, util.NewProxyHandler(proxy), "zrok", cfg, zCtx)
handler := authHandler(cfg.ShrToken, util.NewRequestsWrapper(proxy), "zrok", cfg, zCtx)
return &Frontend{
cfg: cfg,
zCtx: zCtx,