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

@ -52,7 +52,7 @@ func NewBackend(cfg *BackendConfig) (*Backend, error) {
return nil, err
}
handler := util.NewProxyHandler(proxy)
handler := util.NewRequestsWrapper(proxy)
return &Backend{
cfg: cfg,
listener: listener,