add keepalive option for http handler

This commit is contained in:
ginuerzh
2024-10-10 22:52:04 +08:00
parent d3809ec634
commit 94cd590142
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -7,12 +7,12 @@ import (
"strings"
"github.com/go-gost/core/logger"
mdutil "github.com/go-gost/core/metadata/util"
"github.com/go-gost/x/config"
"github.com/go-gost/x/config/cmd"
"github.com/go-gost/x/config/parsing"
logger_parser "github.com/go-gost/x/config/parsing/logger"
xmd "github.com/go-gost/x/metadata"
mdutil "github.com/go-gost/x/metadata/util"
xmetrics "github.com/go-gost/x/metrics"
"github.com/go-gost/x/registry"
"github.com/judwhite/go-svc"