Noooste / azuretls-client

An easy-to-use HTTP client 100% in Go to spoof TLS/JA3 and HTTP2 fingerprint
MIT License
172 stars 25 forks source link

proxy connection timeout #95

Closed byMonaco closed 4 months ago

byMonaco commented 4 months ago

After did many requests in multi-threads, it show proxy connection timeout, and after 20 sec its continue to work. I checked with differents proxies. If i using 300 threads it doing 1000-1100 success connections and after that return error: proxy connection timeout => waiting 15 seconds (Its session timeouts) and continue working. And again stops on 2100-2300 success connections.

image

Maybe defer session.Close() don't close the proxy connection? And proxy connection don't closed after Close the session?

Noooste commented 4 months ago

Hello, Could be proxy related, please use different proxy providers to check.

byMonaco commented 4 months ago

Close it pls. Reason is my internet provider block traffic if i do 100+ threads.