Hi,

I'm using golang.org/x/net/proxy, and I've run into an issue: there
appears to be no way to cancel a (*proxy.Dialer).Dial in progress --
unlike net.Dialer, there is no DialContext method for proxy.Dialer.

Any idea for a workaround?

(By the way, since net.Dial is a struct, not an interface, my code ends
up pushing around parameters of type proxy.Dial, which I find weird.
Not problematic, just weird.)

-- Juliusz

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to