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
225 stars 13 forks source link

dialvia: add connect timeout #781

Closed mmatczuk closed 5 months ago

mmatczuk commented 5 months ago

At the moment connect t/o is set as 2*dial context in main, and it's implemented as context timeout on dialer provided by dialvia in Martian. The scope of this task is moving Context t/o to dialvia and change the semantics.