Re: libgo patch committed: Fixes for select based pollster

2013-02-07 Thread Ian Lance Taylor
On Thu, Feb 7, 2013 at 8:51 AM, Rainer Orth wrote: > Ian Lance Taylor writes: > >> On Solaris the libgo networking library uses select. This patch >> implements some fixes for that code. The Close method is changed to >> actually do something; this is mainly for testing purposes. More >> impo

Re: libgo patch committed: Fixes for select based pollster

2013-02-07 Thread Rainer Orth
Ian Lance Taylor writes: > On Solaris the libgo networking library uses select. This patch > implements some fixes for that code. The Close method is changed to > actually do something; this is mainly for testing purposes. More > importantly, when a socket is closed, the select needs to be res

libgo patch committed: Fixes for select based pollster

2013-02-06 Thread Ian Lance Taylor
On Solaris the libgo networking library uses select. This patch implements some fixes for that code. The Close method is changed to actually do something; this is mainly for testing purposes. More importantly, when a socket is closed, the select needs to be restarted so that the callers see the