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>
Sat, 6 Nov 2010 11:18:23 +0000 (12:18 +0100)
commit9148bf110ec104dd6035c8f511d4c88afb276278
treec0f85241f6a37f43abc0e444068b8e5dcf1267ae
parent79deb44467aad2192fa07a7491d1c19daf89a255
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