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
+2 -2
View File
@@ -5,8 +5,8 @@ go 1.22
toolchain go1.22.2
require (
github.com/go-gost/core v0.1.5
github.com/go-gost/x v0.2.0
github.com/go-gost/core v0.1.6
github.com/go-gost/x v0.2.1
github.com/judwhite/go-svc v1.2.1
)