dabeaz / curio

Good Curio!
Other
4.02k stars 241 forks source link

Don't allow unresolved addresses on network functions #196

Closed dabeaz closed 5 years ago

dabeaz commented 7 years ago

Should look into functions like sock.connect() to see what happens with unresolved network addresses. Does a DNS lookup stall the event loop? (see Trio project).