http://bugs.winehq.org/show_bug.cgi?id=25456
--- Comment #2 from Austin English austinenglish@gmail.com 2011-01-16 16:15:57 CST --- (In reply to comment #1)
Created an attachment (id=32875)
--> (http://bugs.winehq.org/attachment.cgi?id=32875) [details]
possible fix
Looks like it's a kernel change. For some reason when connect() fails we get POLLOUT|POLLERR|POLLHUP which confuses the server network handling. See if this helps.
Looks good here :-).