[Issue 2000] New: listener.d fixups
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Apr 16 06:38:48 PDT 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2000
Summary: listener.d fixups
Product: D
Version: 2.012
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: DMD
AssignedTo: bugzilla at digitalmars.com
ReportedBy: nyphbl8d at gmail.com
The sample code in listener.d is somewhat ugly in that it uses goto statements
where continues should be used and does slightly odd things with iterating
through an array. I plan on changing this over to using an associative array
keyed on the remote host:port address string unique to each socket.
--
More information about the Digitalmars-d-bugs
mailing list