mirror of
https://github.com/duanhf2012/origin.git
synced 2026-02-09 11:14:43 +08:00
DBModule模块优化
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
|
||||
func TestHttpClientPoolModule(t *testing.T) {
|
||||
c := sysmodule.HttpClientPoolModule{}
|
||||
c.Init(10)
|
||||
c.Init(10, "")
|
||||
|
||||
rsp := c.Request(http.MethodGet, "https://www.baidu.com/", nil, nil)
|
||||
fmt.Println(rsp.Err)
|
||||
|
||||
Reference in New Issue
Block a user