mirror of
https://github.com/openziti/zrok.git
synced 2025-08-17 03:11:17 +02:00
proxy components naming (#704)
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user