K 10 svn:author V 3 rrs K 8 svn:date V 27 2010-05-11T17:02:29.154143Z K 7 svn:log V 277 This fixes a bug with the one-2-one model socket when a user sets up a socket to a server sends data and closes the socket before the server has called accept(). It used to NOT work at all. Now we add a flag to the assoc and defer assoc cleanup so that the accept will suceed. END