focusjava

Results 3 comments of focusjava

I have found a solution to the problem, just modify the timeout time filepath: **pkg/http/client** return &http.Client{ Transport: newRoundTripper(ja3, userAgent, lang, dialer), Timeout: 120 * time.Second, }, nil