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
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
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