bogdanfinn / tls-client

net/http.Client like HTTP Client with options to select specific client TLS Fingerprints to use for requests.
BSD 4-Clause "Original" or "Old" License
667 stars 133 forks source link

connection handshake fixes #79

Closed batuzyn closed 8 months ago

batuzyn commented 8 months ago

When situations like network latency occur while using a proxy, the handshake process may take a very long time. Since the context is independent, the timeout process cannot be controlled with context.

bogdanfinn commented 8 months ago

@batuzyn thank you