http://d.puremagic.com/issues/show_bug.cgi?id=3489
--- Comment #1 from changlon <[email protected]> 2009-11-08 09:24:08 PST --- import std.stdio, std.socket, std.socketstream, std.stream; void main(){ auto Socket sock = new TcpSocket(new InternetAddress("127.0.0.1", 80)); Stream ss = new SocketStream(sock); } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
