Suggest NetDialTimeout be part of Dialer NOT Global
krolaw opened this issue · 2 comments
krolaw commented
For systems like Google's app engine (standard), out going sockets need a context (per incoming http connection). see: https://godoc.org/google.golang.org/appengine/socket
This makes it really hard when the netDialout command is global, since simultaneous requests are coming in. It's much more practical than before though.
ivy commented
krolaw commented
Hi, any movement on this? Thanks.