Add access log integration test

This commit is contained in:
David Tootill 2016-04-20 11:54:57 -07:00
parent c8c0d208be
commit 2a76a717e6
5 changed files with 161 additions and 7 deletions

View file

@ -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 {