Nonblocking sockets need to select while writing
authorWilfried Goesgens <dothebart@citadel.org>
Sat, 6 Nov 2010 11:18:23 +0000 (12:18 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 21 Nov 2010 15:43:46 +0000 (16:43 +0100)
commit1a37eeac261dc02832db6a4974e3cbdc14c16780
treee2d4de7d7963fd3cd60d5ca6d6caa71759de7a55
parent6e935843af551a20cecd7428770068877587f305
Nonblocking sockets need to select while writing

 we changed the SMTP outbound connections to be nonblocking so we could abort on not reacting SMTP-Servers.
 thus we need to select before writing, else the connection will fail.
citadel/clientsocket.c