saucelabs / forwarder

Forwarder is a production-ready, fast MITM proxy with PAC support. It's suitable for debugging, intercepting and manipulating HTTP traffic. It's used as a core component of Sauce Labs Sauce Connect Proxy.
https://forwarder-proxy.io
Mozilla Public License 2.0
218 stars 13 forks source link

net: dial retries #706

Open mmatczuk opened 6 months ago

mmatczuk commented 6 months ago

In case dial fails in an upstream Forwarder it's ineffective. We should add dial retry with tiny exponential backoff.