(fr filters.Registry, routes ...*eskip.Route)
| 73 | } |
| 74 | |
| 75 | func New(fr filters.Registry, routes ...*eskip.Route) *TestProxy { |
| 76 | return WithParams(fr, proxy.Params{CloseIdleConnsPeriod: -time.Second}, routes...) |
| 77 | } |
| 78 | |
| 79 | func (c Config) CreateUnstarted() *TestProxy { |
| 80 | waitTime := 3 * time.Second |