mirror of
https://github.com/aykhans/dodo.git
synced 2025-07-02 00:16:20 +00:00
💄 general formatting
This commit is contained in:
@ -58,8 +58,8 @@ func getClients(
|
||||
}
|
||||
|
||||
client := &fasthttp.HostClient{
|
||||
MaxConns: int(maxConns),
|
||||
IsTLS: isTLS,
|
||||
MaxConns: int(maxConns),
|
||||
IsTLS: isTLS,
|
||||
TLSConfig: &tls.Config{
|
||||
InsecureSkipVerify: true,
|
||||
},
|
||||
|
Reference in New Issue
Block a user