Add access log integration test
This commit is contained in:
parent
c8c0d208be
commit
2a76a717e6
5 changed files with 161 additions and 7 deletions
|
@ -35,10 +35,7 @@ import (
|
|||
"github.com/streamrail/concurrent-map"
|
||||
)
|
||||
|
||||
var (
|
||||
oxyLogger = &OxyLogger{}
|
||||
backend2FrontendMap map[string]string
|
||||
)
|
||||
var oxyLogger = &OxyLogger{}
|
||||
|
||||
// Server is the reverse-proxy/load-balancer engine
|
||||
type Server struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue