-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Description
When using a standard transport dialer, you can set the dial timeout:
t := &http.Transport{
DialContext: (&net.Dialer{
Timeout: 30 * time.Second,
}).DialContext,
}
Since the Tor dial context replaces the standard dialer here though, we can't use this method to set the timeout.
I've searched through the various settings for both the bine Client and the bine Dialer, but cannot find a setting for dial timeout. Is there a way to set this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels