mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-10 11:24:02 +02:00
feature: accesslogger
This commit is contained in:
@@ -39,7 +39,7 @@ const (
|
||||
// TODO: support stream
|
||||
|
||||
func newWaker(providerSubTask *task.Task, entry route.Entry, rp *gphttp.ReverseProxy, stream net.Stream) (Waker, E.Error) {
|
||||
hcCfg := entry.HealthCheckConfig()
|
||||
hcCfg := entry.RawEntry().HealthCheck
|
||||
hcCfg.Timeout = idleWakerCheckTimeout
|
||||
|
||||
waker := &waker{
|
||||
|
||||
Reference in New Issue
Block a user